Merge #19390: doc/REST-interface: Remove stale info

fd9c213c6e42cedd8a03c2f721ff46790cded76b doc/REST-interface: Remove stale info (Luke Dashjr)

Pull request description:

  Clean merge to 0.19+

ACKs for top commit:
  fanquake:
    ACK fd9c213c6e42cedd8a03c2f721ff46790cded76b
  MarcoFalke:
    ACK fd9c213c6e42cedd8a03c2f721ff46790cded76b

Tree-SHA512: ac3ffaa72226380ed8b8ab505518d0dc4350bfcc4625dfd27a2350fbb972a8d2bb4255307926eb331c49232023bcb283a659f0d87e4ecbf654982341242f7d36
This commit is contained in:
fanquake 2020-06-29 13:31:52 +08:00 committed by Konstantin Akimov
parent 8368bd795e
commit 0593c1ffcb
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -74,7 +74,6 @@ Only supports JSON as output format.
* pruned : (boolean) if the blocks are subject to pruning * pruned : (boolean) if the blocks are subject to pruning
* pruneheight : (numeric) highest block available * pruneheight : (numeric) highest block available
* softforks : (array) status of softforks in progress * softforks : (array) status of softforks in progress
* bip9_softforks : (object) status of BIP9 softforks in progress
#### Query UTXO set #### Query UTXO set
- `GET /rest/getutxos/<TXID>-<N>/<TXID>-<N>/.../<TXID>-<N>.<bin|hex|json>` - `GET /rest/getutxos/<TXID>-<N>/<TXID>-<N>/.../<TXID>-<N>.<bin|hex|json>`
@ -94,7 +93,6 @@ $ curl localhost:19998/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
"bitmap": "1", "bitmap": "1",
"utxos" : [ "utxos" : [
{ {
"txvers" : 1
"height" : 2147483647, "height" : 2147483647,
"value" : 8.8687, "value" : 8.8687,
"scriptPubKey" : { "scriptPubKey" : {