rpc: Add getblockfilter RPC method.

Retrieves and returns block filter and header from index.
This commit is contained in:
Jim Posen
2018-08-31 13:28:12 -07:00
parent ff35105096
commit 19308c9e21
3 changed files with 142 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ BASE_SCRIPTS = [
'wallet_txn_doublespend.py',
'wallet_txn_clone.py --mineblock',
'feature_notifications.py',
'rpc_getblockfilter.py',
'rpc_invalidateblock.py',
'feature_rbf.py',
'mempool_packages.py',