docs: fix confirmations in example for utxo

This commit is contained in:
Braydon Fuller 2016-04-22 15:30:58 -04:00
parent 2efa5562be
commit 203df0d736

View File

@ -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
}
]