Closed shamardy closed 2 weeks ago
This is to return the same type/json across all coins for GUI since EVM uses CoinBalanceMap, the balance for UTXO will show as
CoinBalanceMap
"balance":{ "KMD":{ "spendable":"0", "unspendable":"0" } }
instead of
"balance":{ "spendable":"0", "unspendable":"0" }
To Test: Already tested by @CharlVS
@CharlVS requested your review on this, if this works as expected in GUI please approve it :)
This is to return the same type/json across all coins for GUI since EVM uses
CoinBalanceMap
, the balance for UTXO will show asinstead of
To Test: Already tested by @CharlVS