aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2019-01-09 20:16:46 +0100
committerSjors Provoost <[email protected]>2019-01-29 18:14:23 +0100
commit595283851d8fe3e18553fdb2ad6e773e1a9c1a22 (patch)
tree0a6109e58288b2d4ba192f580e287ba72c890bef /test/functional/test_runner.py
parentMerge #14987: RPCHelpMan: Pass through Result and Examples (diff)
downloaddiscoin-595283851d8fe3e18553fdb2ad6e773e1a9c1a22.tar.xz
discoin-595283851d8fe3e18553fdb2ad6e773e1a9c1a22.zip
[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 8c6f6706e..3ddd5a299 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',