We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afa602 commit fd9c213Copy full SHA for fd9c213
doc/REST-interface.md
@@ -61,7 +61,6 @@ Only supports JSON as output format.
61
* pruned : (boolean) if the blocks are subject to pruning
62
* pruneheight : (numeric) highest block available
63
* softforks : (array) status of softforks in progress
64
-* bip9_softforks : (object) status of BIP9 softforks in progress
65
66
#### Query UTXO set
67
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`
@@ -79,7 +78,6 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
79
78
"bitmap": "1",
80
"utxos" : [
81
{
82
- "txvers" : 1
83
"height" : 2147483647,
84
"value" : 8.8687,
85
"scriptPubKey" : {
0 commit comments