Skip to content

Commit fd9c213

Browse files
committed
doc/REST-interface: Remove stale info
1 parent 8afa602 commit fd9c213

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)