aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-01-09 20:16:46 +0100
committerSjors Provoost <sjors@sprovoost.nl>2019-01-29 18:14:23 +0100
commit595283851d8fe3e18553fdb2ad6e773e1a9c1a22 (patch)
tree0a6109e58288b2d4ba192f580e287ba72c890bef /test/functional/test_runner.py
parent7275365c9bc7e7ebd6bbf7dcb251946aac44b5de (diff)
downloadbitcoin-595283851d8fe3e18553fdb2ad6e773e1a9c1a22.tar.xz
[rpc] util: add deriveaddresses method
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 8c6f6706e7..3ddd5a299a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -181,6 +181,8 @@ BASE_SCRIPTS = [
'feature_filelock.py',
'p2p_unrequested_blocks.py',
'feature_includeconf.py',
+ 'rpc_deriveaddresses.py',
+ 'rpc_deriveaddresses.py --usecli',
'rpc_scantxoutset.py',
'feature_logging.py',
'p2p_node_network_limited.py',