From f40b3b82dfe873dd55ee24f4d6dec5d43756260a Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Wed, 25 Apr 2018 18:44:58 +1000 Subject: [tests] functional test for createmultisig RPC --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3