Browse Source

Document status when tx list empty.

patch-2
Neil Booth 7 years ago
parent
commit
838896991d
  1. 3
      docs/protocol-basics.rst

3
docs/protocol-basics.rst

@ -192,4 +192,5 @@ transaction has at least one unconfirmed input, and ``0`` if all
inputs are confirmed.
4. The :dfn:`status` of the script hash is the :func:`sha256` hash of the
full string expressed as a hexadecimal string.
full string expressed as a hexadecimal string, or :const:`null` if the
string is empty because there are no transactions.

Loading…
Cancel
Save