diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2020-06-26 21:18:37 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2020-06-26 21:19:15 +0000 |
commit | fd9c213c6e42cedd8a03c2f721ff46790cded76b (patch) | |
tree | 05c75fe372edb5af3245ab48919b97f81b9620f8 /doc/REST-interface.md | |
parent | 8afa602f308ef003bb6893718eae1fe5a830690c (diff) |
doc/REST-interface: Remove stale info
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r-- | doc/REST-interface.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 3b8b0db162..3f5eda0bfc 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -61,7 +61,6 @@ Only supports JSON as output format. * pruned : (boolean) if the blocks are subject to pruning * pruneheight : (numeric) highest block available * softforks : (array) status of softforks in progress -* bip9_softforks : (object) status of BIP9 softforks in progress #### Query UTXO set `GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>` @@ -79,7 +78,6 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76 "bitmap": "1", "utxos" : [ { - "txvers" : 1 "height" : 2147483647, "value" : 8.8687, "scriptPubKey" : { |