mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
rpc: remove overwriting value
This commit is contained in:
parent
0fc81c249e
commit
a6fc8392c9
1 changed files with 0 additions and 1 deletions
|
@ -3452,7 +3452,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…
Add table
Add a link
Reference in a new issue