pxsocs/warden_terminal

Wallet Ballance

Closed this issue · 1 comments

wallets = False

Although the variable "wallets" is defined earlier in the code, the addition of wallets = rpc_connection.getbalances() is needed for the confirmed and unconfirmed balances to return values.

This was a good catch. Thanks. Also fixed on next version.