We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e925246 commit b74215cCopy full SHA for b74215c
packages/std/src/testing/mock.rs
@@ -739,7 +739,7 @@ pub struct BankQuerier {
739
#[allow(dead_code)]
740
/// BTreeMap<denom, amount>
741
supplies: BTreeMap<String, Uint128>,
742
- /// A map from address to balance. The address ist the String conversion of `Addr`,
+ /// A map from address to balance. The address is the String conversion of `Addr`,
743
/// i.e. the bech32 encoded address.
744
balances: BTreeMap<String, Vec<Coin>>,
745
/// Vec<Metadata>
0 commit comments