Optionally add rangeproofs to block api (#2999)

This commit is contained in:
jaspervdm
2019-09-03 16:52:33 +02:00
committed by Antioch Peverell
parent 928279a676
commit 0e62b7e43e
2 changed files with 31 additions and 15 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
### GET Blocks
Returns data about a specific block given a hash, a height or an unspent commit.
Optionally return results as "compact blocks" by passing `?compact` query.
Optionally, Merkle proofs can be excluded from the results by adding `?no_merkle_proof`, rangeproofs can be included by adding `?include_proof` or results can be returned as "compact blocks" by adding `?compact`.
* **URL**