rpc: remove overwriting value

This commit is contained in:
SerHack 2022-08-22 10:34:50 +02:00 committed by wowario
parent 0fc81c249e
commit a6fc8392c9
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -3452,7 +3452,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)
{