From 203df0d736a1e67fddae312aaf4a484a618100a5 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 22 Apr 2016 15:30:58 -0400 Subject: [PATCH] docs: fix confirmations in example for utxo --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 } ]