mirror of
https://github.com/monero-project/monero.git
synced 2026-01-21 12:03:10 +01:00
rpc: remove overwriting value
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user