Skip to content

Commit

Permalink
missing memo for updating node config
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Sep 11, 2024
1 parent d1445b3 commit 33a3279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/cosmwasm-smart-contracts/mixnet-contract/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ impl ExecuteMsg {
ExecuteMsg::MigrateGateway { .. } => "migrating legacy gateway".into(),
ExecuteMsg::BondNymNode { .. } => "bonding nym-node".into(),
ExecuteMsg::UnbondNymNode { .. } => "unbonding nym-node".into(),
ExecuteMsg::UpdateNodeConfig { update } => "updating node config".into(),

#[cfg(feature = "contract-testing")]
ExecuteMsg::TestingResolveAllPendingEvents { .. } => {
Expand Down

0 comments on commit 33a3279

Please sign in to comment.