aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_packages.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-09-10 16:58:15 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-10-24 22:02:28 -0400
commit86fadee9904198ca706d706a8545ee908e830dfa (patch)
tree22fd53b4aae057c4308ad0cd5e4398046cbf79ec /test/functional/mempool_packages.py
parent8bc1badadae684e218600fe1e9a05f726120aacb (diff)
downloadbitcoin-86fadee9904198ca706d706a8545ee908e830dfa.tar.xz
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 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']