Skip to content

Commit

Permalink
Fix Multitoken native VP err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Apr 30, 2024
1 parent dcac2b6 commit ff62f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/namada/src/ledger/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub enum Error {
PosNativeVpRuntime,
#[error("Parameters native VP: {0}")]
ParametersNativeVpError(parameters::Error),
#[error("IBC Token native VP: {0}")]
#[error("Multitoken native VP: {0}")]
MultitokenNativeVpError(crate::ledger::native_vp::multitoken::Error),
#[error("Governance native VP error: {0}")]
GovernanceNativeVpError(crate::ledger::governance::Error),
Expand Down

0 comments on commit ff62f8e

Please sign in to comment.