mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 20:33:04 +02:00
Use generate* from TestFramework
The changes in feature_rbf can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
This commit is contained in:
@@ -32,7 +32,7 @@ class MempoolLimitTest(BitcoinTestFramework):
|
||||
assert_equal(self.nodes[0].getmempoolinfo()['mempoolminfee'], Decimal('0.00001000'))
|
||||
|
||||
txids = []
|
||||
utxos = create_confirmed_utxos(relayfee, self.nodes[0], 91)
|
||||
utxos = create_confirmed_utxos(self, relayfee, self.nodes[0], 91)
|
||||
|
||||
self.log.info('Create a mempool tx that will be evicted')
|
||||
us0 = utxos.pop()
|
||||
|
Reference in New Issue
Block a user