diff options
author | John Newbery <john@johnnewbery.com> | 2017-04-11 16:47:10 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-06-27 16:02:18 +0100 |
commit | 11ba8e9cdd2652835c650b9f72d8421ea10f4116 (patch) | |
tree | 45c61206020a215aaa5099d29fc3fd872d957987 /test/functional/test_runner.py | |
parent | b29dd41f0f8482fb6dbaa4f9fa468ac66069f207 (diff) |
[tests] rename getblocktemplate_proposals.py to mining.py
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 9952835951..d411534ca2 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -108,6 +108,7 @@ BASE_SCRIPTS= [ 'signmessages.py', 'nulldummy.py', 'import-rescan.py', + 'mining.py', 'bumpfee.py', 'rpcnamedargs.py', 'listsinceblock.py', @@ -140,7 +141,6 @@ EXTENDED_SCRIPTS = [ 'bipdersig-p2p.py', 'bipdersig.py', 'example_test.py', - 'getblocktemplate_proposals.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', 'forknotify.py', |