Merge pull request #8529

09d69b6 rpc: remove overwriting value (SerHack)
This commit is contained in:
luigi1111 2022-10-28 00:47:55 -04:00
commit 8672553e3d
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 0 additions and 1 deletions

View File

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