diff options
author | Anthony Towns <aj@erisian.com.au> | 2018-04-25 18:44:58 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2018-07-10 00:09:37 +1000 |
commit | f40b3b82dfe873dd55ee24f4d6dec5d43756260a (patch) | |
tree | 7b467f4310fe55416fed94cd8f0b756b3977ec41 /test/functional/test_runner.py | |
parent | b9024fdda33e5c7a2e61705822ded034dd4f8e3b (diff) |
[tests] functional test for createmultisig RPC
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 36101d9f57..6f1e409f62 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -113,6 +113,7 @@ BASE_SCRIPTS = [ 'mining_prioritisetransaction.py', 'p2p_invalid_block.py', 'p2p_invalid_tx.py', + 'rpc_createmultisig.py', 'feature_versionbits_warning.py', 'rpc_preciousblock.py', 'wallet_importprunedfunds.py', |