Typo in logs (#1506)

This commit is contained in:
Quentin Le Sceller
2018-09-11 08:55:14 -04:00
committed by GitHub
parent 0dbfed5971
commit 596bf06556
+2 -2
View File
@@ -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)
}
}