Skip to content

Commit

Permalink
Merge bitcoin#19390: doc/REST-interface: Remove stale info
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fanquake authored and PastaPastaPasta committed Jun 27, 2021
1 parent 688eab9 commit 7f9b627
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/REST-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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>`
Expand All @@ -77,7 +76,6 @@ $ curl localhost:19998/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
"bitmap": "1",
"utxos" : [
{
"txvers" : 1
"height" : 2147483647,
"value" : 8.8687,
"scriptPubKey" : {
Expand Down

0 comments on commit 7f9b627

Please sign in to comment.