Nikolai Iasnov

Results 2 comments of Nikolai Iasnov

Wallet is open and the specific asset is queried: ```json { "jsonrpc": "2.0", "method": "getbalance", "params": [ "0xc56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b" ], "id": 1 } ``` I'm not saying it's always zero. If...

To be more clear, unconfirmed balances don't affect `getaccountstate`: ```log [20:22:37.955 INF] NeoController >> Balance: {} [20:22:37.960 INF] NeoController >> AccountState: { "script_hash": "0x874bbe9d60e332f5b6801c97c5ce3731f025f53f", "balances": [] } [20:22:37.975 INF] NeoController...