aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Males <sime@sime.net.au>2015-07-18 10:32:09 +0200
committerSimon Males <sime@sime.net.au>2015-07-18 10:32:09 +0200
commit0c895799c86192d035e752449c511187a1e148b8 (patch)
treea3a559a72fcc777c120186148126de3f351c2450 /doc
parentdcc495e011ff09e54f7c8ddebfc5b73f084de1ea (diff)
downloadbitcoin-0c895799c86192d035e752449c511187a1e148b8.tar.xz
Include pruned state in chaininfo.json
Diffstat (limited to 'doc')
-rw-r--r--doc/REST-interface.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index 3268ade7a5..f3dc9edf37 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -40,6 +40,7 @@ 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
####Query UTXO set
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`