aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJim Posen <jim.posen@gmail.com>2018-08-31 13:28:12 -0700
committerJim Posen <jim.posen@gmail.com>2019-04-06 12:10:55 -0700
commit19308c9e21d98a7818625218b22b37f23f87816f (patch)
tree5046a7c2251f871cd6112a85186c3f5e8bc583a0 /test/functional/test_runner.py
parentff351050968f290787cd5fa456d394380f64fec3 (diff)
downloadbitcoin-19308c9e21d98a7818625218b22b37f23f87816f.tar.xz
rpc: Add getblockfilter RPC method.
Retrieves and returns block filter and header from index.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 61c5c9aefb..86f334e942 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -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',