diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-10 16:58:15 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-10 17:51:46 -0400 |
commit | faa669cbcd1fc799517b523b0f850e01b11bf40a (patch) | |
tree | 69dd6e0a1a1eee171b5a78a3ba465625e60f5976 /test/functional/mempool_packages.py | |
parent | 4799b0932a10c5a48706700a07899b33ef9c8bae (diff) |
qa: Premine to deterministic address with -disablewallet
Diffstat (limited to 'test/functional/mempool_packages.py')
-rwxr-xr-x | test/functional/mempool_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/mempool_packages.py b/test/functional/mempool_packages.py index da254181fe..e2ac76aac4 100755 --- a/test/functional/mempool_packages.py +++ b/test/functional/mempool_packages.py @@ -34,7 +34,7 @@ class MempoolPackagesTest(BitcoinTestFramework): return (txid, send_value) def run_test(self): - ''' Mine some blocks and have them mature. ''' + # Mine some blocks and have them mature. self.nodes[0].generate(101) utxo = self.nodes[0].listunspent(10) txid = utxo[0]['txid'] |