Skip to content

Commit

Permalink
Updates doc comment in bank module.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Mar 19, 2024
1 parent 1dae8d9 commit 8747bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const BALANCES: Map<&Addr, NativeBalance> = Map::new("balances");
#[cfg(feature = "cosmwasm_1_3")]
const DENOM_METADATA: Map<String, DenomMetadata> = Map::new("metadata");

/// Default namespace for bank module.
/// Default storage namespace for bank module.
pub const NAMESPACE_BANK: &[u8] = b"bank";

/// A message representing privileged actions in bank module.
Expand Down

0 comments on commit 8747bb5

Please sign in to comment.