mirror of
https://github.com/monero-project/monero.git
synced 2024-10-30 04:57:36 +00:00
rpc: remove overwriting value
This commit is contained in:
parent
b6a029f222
commit
09d69b6946
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue