mirror of
https://github.com/monero-project/monero.git
synced 2024-12-26 05:29:25 -05:00
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() + e.fee()) %
|
||||||
cryptonote::print_money(e.tx_amount()) %
|
cryptonote::print_money(e.tx_amount()) %
|
||||||
cryptonote::print_money(e.fee())).str();
|
cryptonote::print_money(e.fee())).str();
|
||||||
er.message = e.what();
|
|
||||||
}
|
}
|
||||||
catch (const tools::error::not_enough_outs_to_mix& e)
|
catch (const tools::error::not_enough_outs_to_mix& e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user