rpc: remove overwriting value

pull/8529/head
SerHack 2 years ago committed by GitHub
parent b6a029f222
commit 09d69b6946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save