0
Is it currently possible to calculate balance including UTXOs with 0 confirmations, for watch-only addresses?
getbalance "*" 0 true
includes utxos with 0 confirmations only if that address has private key in the wallet. Balance from watch-only addresses is added when corresponding UTXOs have at least 1 conf.
Thanks! If I want that feature, I could implement it by using "listunspent 0", and summing amounts, am I right? – Miloš Samardžija – 2019-01-21T09:21:51.943