mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 20:01:26 +00:00
Expose verified (and thus spendable) balance
This commit is contained in:
@@ -58,7 +58,7 @@ export class ZcashClient {
|
||||
}
|
||||
|
||||
updateUI () {
|
||||
this.uiHandlers.updateBalance(this.client.balance() / COIN)
|
||||
this.uiHandlers.updateBalance(this.client.balance() / COIN, this.client.verified_balance() / COIN)
|
||||
}
|
||||
|
||||
sync () {
|
||||
|
Reference in New Issue
Block a user