rpc: fix Bloom filter response (#321)

* fix bloomfilter in rpc response

* add comments
This commit is contained in:
Thomas Nguy
2021-07-20 15:16:02 +00:00
committed by GitHub
parent bb6622b7fb
commit 0276f3465d
9 changed files with 165 additions and 92 deletions
+5
View File
@@ -568,6 +568,11 @@ QueryBlockBloomRequest is the request type for the Query/BlockBloom RPC
method.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `height` | [int64](#int64) | | height of the block which we want to query the bloom filter. Tendermint always replace the query request header by the current context header, height cannot be extracted from there, so we need to explicitly pass it in parameter. |