diff --git a/src/bin/cmd/wallet.rs b/src/bin/cmd/wallet.rs index 477d0275b..791988a35 100644 --- a/src/bin/cmd/wallet.rs +++ b/src/bin/cmd/wallet.rs @@ -401,7 +401,7 @@ pub fn wallet_command(wallet_args: &ArgMatches, config: GlobalWalletConfig) { Ok(()) } Err(e) => { - error!(LOGGER, "Tranasction reposting failed: {}", e); + error!(LOGGER, "Transaction reposting failed: {}", e); Err(e) } } @@ -414,7 +414,7 @@ pub fn wallet_command(wallet_args: &ArgMatches, config: GlobalWalletConfig) { Ok(()) } Err(e) => { - error!(LOGGER, "Tranasction reposting failed: {}", e); + error!(LOGGER, "Transaction reposting failed: {}", e); Err(e) } }