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

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