[tests] rename getblocktemplate_proposals.py to mining.py

This commit is contained in:
John Newbery
2017-04-11 16:47:10 -04:00
parent b29dd41f0f
commit 11ba8e9cdd
2 changed files with 7 additions and 4 deletions

View File

@@ -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',