qa: Premine to deterministic address with -disablewallet

This commit is contained in:
MarcoFalke
2018-09-10 16:58:15 -04:00
parent 4799b0932a
commit faa669cbcd
10 changed files with 120 additions and 57 deletions

View File

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