diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-07-20 10:46:20 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-07-20 10:49:02 +0200 |
| commit | 3c923e897538b9d8d55956b981d5540f0fdbf0b2 (patch) | |
| tree | 8263888fdff7763fd6b9227739ef40218b862083 /doc | |
| parent | Merge pull request #6372 (diff) | |
| parent | Documenting pruned, pruneheight and softforks in getblockchaininfo (diff) | |
| download | discoin-3c923e897538b9d8d55956b981d5540f0fdbf0b2.tar.xz discoin-3c923e897538b9d8d55956b981d5540f0fdbf0b2.zip | |
Merge pull request #6457
0ef9858 Documenting pruned, pruneheight and softforks in getblockchaininfo (Simon Males)
0c89579 Include pruned state in chaininfo.json (Simon Males)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/REST-interface.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 3268ade7a..ac7cd45f7 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -40,6 +40,9 @@ Only supports JSON as output format. * difficulty : (numeric) the current difficulty * verificationprogress : (numeric) estimate of verification progress [0..1] * chainwork : (string) total amount of work in active chain, in hexadecimal +* pruned : (boolean) if the blocks are subject to pruning +* pruneheight : (numeric) heighest block available +* softforks : (array) status of softforks in progress ####Query UTXO set `GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>` |