rpc: remove overwriting value

pull/434/head
SerHack 2 years ago committed by wowario
parent 0fc81c249e
commit a6fc8392c9
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

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

Loading…
Cancel
Save