Merge pull request #8529
09d69b6
rpc: remove overwriting value (SerHack)
This commit is contained in:
commit
8672553e3d
|
@ -3536,7 +3536,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…
Reference in New Issue