diff --git a/README.md b/README.md index 20a6d69..c21f006 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ The unspent outputs format now has `satoshis` and `height`: "scriptPubKey": "76a91453c0307d6851aa0ce7825ba883c6bd9ad242b48688ac", "amount": 0.12345678, "satoshis: 12345678, + "confirmations": 1, "height": 300001 } ] @@ -165,6 +166,7 @@ Sample return: "scriptPubKey": "76a91453c0307d6851aa0ce7825ba883c6bd9ad242b48688ac", "amount": 0.12345678, "satoshis: 12345678, + "confirmations": 1, "height": 300001 } ]