mirror of
https://github.com/monero-project/monero.git
synced 2025-01-13 10:19:26 -05:00
rpc: remove overwriting value
This commit is contained in:
parent
b6a029f222
commit
09d69b6946
@ -3530,7 +3530,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