From 0c895799c86192d035e752449c511187a1e148b8 Mon Sep 17 00:00:00 2001 From: Simon Males Date: Sat, 18 Jul 2015 10:32:09 +0200 Subject: [PATCH] Include pruned state in chaininfo.json --- doc/REST-interface.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 3268ade7a..f3dc9edf3 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//-/-/.../-.`