diff options
author | SerHack <27734319+serhack@users.noreply.github.com> | 2022-08-22 10:34:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 10:34:50 +0200 |
commit | 09d69b6946488a4d6f8b732962034c10f880f9f0 (patch) | |
tree | 7d018214eff90dafb88cfd86860a1ececd05f8ae | |
parent | Merge pull request #8435 (diff) | |
download | monero-09d69b6946488a4d6f8b732962034c10f880f9f0.tar.xz |
rpc: remove overwriting value
-rw-r--r-- | src/wallet/wallet_rpc_server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 7ec5fc7a1..7564a03af 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -3530,7 +3530,6 @@ namespace tools cryptonote::print_money(e.tx_amount() + e.fee()) % cryptonote::print_money(e.tx_amount()) % cryptonote::print_money(e.fee())).str(); - er.message = e.what(); } catch (const tools::error::not_enough_outs_to_mix& e) { |