Skip to content

Commit

Permalink
Update packages/std/src/testing/mock.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Otter <[email protected]>
  • Loading branch information
webmaster128 and chipshort authored Aug 20, 2024
1 parent e925246 commit b74215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/testing/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ pub struct BankQuerier {
#[allow(dead_code)]
/// BTreeMap<denom, amount>
supplies: BTreeMap<String, Uint128>,
/// 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`,
/// i.e. the bech32 encoded address.
balances: BTreeMap<String, Vec<Coin>>,
/// Vec<Metadata>
Expand Down

0 comments on commit b74215c

Please sign in to comment.