diff options
| author | MarcoFalke <[email protected]> | 2018-09-10 16:58:15 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-10-24 22:02:28 -0400 |
| commit | 86fadee9904198ca706d706a8545ee908e830dfa (patch) | |
| tree | 22fd53b4aae057c4308ad0cd5e4398046cbf79ec /test/functional/mining_getblocktemplate_longpoll.py | |
| parent | Test rpc_help.py failed: Check whether ZMQ is enabled or not. (diff) | |
| download | discoin-86fadee9904198ca706d706a8545ee908e830dfa.tar.xz discoin-86fadee9904198ca706d706a8545ee908e830dfa.zip | |
qa: Premine to deterministic address with -disablewallet
Github-Pull: #14180
Rebased-From: faa669cbcd1fc799517b523b0f850e01b11bf40a
Diffstat (limited to 'test/functional/mining_getblocktemplate_longpoll.py')
| -rwxr-xr-x | test/functional/mining_getblocktemplate_longpoll.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/mining_getblocktemplate_longpoll.py b/test/functional/mining_getblocktemplate_longpoll.py index 2bcbe8db7..fced5ac29 100755 --- a/test/functional/mining_getblocktemplate_longpoll.py +++ b/test/functional/mining_getblocktemplate_longpoll.py @@ -70,4 +70,3 @@ class GetBlockTemplateLPTest(BitcoinTestFramework): if __name__ == '__main__': GetBlockTemplateLPTest().main() - |