mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Typo in logs (#1506)
This commit is contained in:
parent
0dbfed5971
commit
596bf06556
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue