Skip to content

Commit 2f54c76

Browse files
committed
Merge #19390: doc/REST-interface: Remove stale info
fd9c213 doc/REST-interface: Remove stale info (Luke Dashjr) Pull request description: Clean merge to 0.19+ ACKs for top commit: fanquake: ACK fd9c213 MarcoFalke: ACK fd9c213 Tree-SHA512: ac3ffaa72226380ed8b8ab505518d0dc4350bfcc4625dfd27a2350fbb972a8d2bb4255307926eb331c49232023bcb283a659f0d87e4ecbf654982341242f7d36
2 parents dd191b5 + fd9c213 commit 2f54c76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/REST-interface.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Only supports JSON as output format.
6161
* pruned : (boolean) if the blocks are subject to pruning
6262
* pruneheight : (numeric) highest block available
6363
* softforks : (array) status of softforks in progress
64-
* bip9_softforks : (object) status of BIP9 softforks in progress
6564

6665
#### Query UTXO set
6766
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`
@@ -79,7 +78,6 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
7978
"bitmap": "1",
8079
"utxos" : [
8180
{
82-
"txvers" : 1
8381
"height" : 2147483647,
8482
"value" : 8.8687,
8583
"scriptPubKey" : {

0 commit comments

Comments
 (0)