Documenting pruned, pruneheight and softforks in getblockchaininfo

This commit is contained in:
Simon Males
2015-07-19 14:07:35 +02:00
parent 0c895799c8
commit 0ef9858707
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,8 @@ Only supports JSON as output format.
* 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>`