Merge pull request #8529

09d69b6 rpc: remove overwriting value (SerHack)
dev
luigi1111 2 years ago
commit 8672553e3d
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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…
Cancel
Save