Skip to content

Commit

Permalink
Merge pull request dagurval#7 from dagurval/dagurval-patch-1
Browse files Browse the repository at this point in the history
"coin units" -> "satoshis"
  • Loading branch information
cculianu committed Jan 20, 2020
2 parents f7033f9 + 7bd9414 commit 69aa59c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocol-methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,15 @@ Return the confirmed and unconfirmed balances of a :ref:`script hash
**Result**

A dictionary with keys `confirmed` and `unconfirmed`. The value of
each is the appropriate balance in coin units as a string.
each is the appropriate balance in satoshis as a string.

**Result Example**

::

{
"confirmed": "1.03873966",
"unconfirmed": "0.236844"
"confirmed": "103873966",
"unconfirmed": "236844"
}

blockchain.scripthash.get_history
Expand Down

0 comments on commit 69aa59c

Please sign in to comment.