Skip to content

Commit e033c6b

Browse files
committed
small clarification for "blockchain.scripthash.get_balance"
1 parent 1ac2fda commit e033c6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/protocol-methods.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ Return the confirmed and unconfirmed balances of a :ref:`script hash
278278

279279
A dictionary with keys `confirmed` and `unconfirmed`. The value of
280280
each is the appropriate balance in minimum coin units (satoshis).
281+
The `confirmed` balance is the sum of UTXO values at the current chaintip.
282+
The value for `unconfirmed` is the mempool delta (compared to `confirmed`),
283+
so note that it can also be negative.
281284

282285
**Result Example**
283286

0 commit comments

Comments
 (0)