rpc: remove overwriting value

This commit is contained in:
SerHack 2022-08-22 10:34:50 +02:00 committed by GitHub
parent b6a029f222
commit 09d69b6946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{