mirror of
https://github.com/monero-project/monero.git
synced 2024-12-22 19:49:30 +00:00
Merge pull request #8529
09d69b6
rpc: remove overwriting value (SerHack)
This commit is contained in:
commit
8672553e3d
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue