aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_packages.py
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-09-10 16:58:15 -0400
committerMarcoFalke <[email protected]>2018-10-24 22:02:28 -0400
commit86fadee9904198ca706d706a8545ee908e830dfa (patch)
tree22fd53b4aae057c4308ad0cd5e4398046cbf79ec /test/functional/mempool_packages.py
parentTest rpc_help.py failed: Check whether ZMQ is enabled or not. (diff)
downloaddiscoin-86fadee9904198ca706d706a8545ee908e830dfa.tar.xz
discoin-86fadee9904198ca706d706a8545ee908e830dfa.zip
qa: Premine to deterministic address with -disablewallet
Github-Pull: #14180 Rebased-From: faa669cbcd1fc799517b523b0f850e01b11bf40a
Diffstat (limited to 'test/functional/mempool_packages.py')
-rwxr-xr-xtest/functional/mempool_packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/mempool_packages.py b/test/functional/mempool_packages.py
index da254181f..e2ac76aac 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']