We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3310a96 commit 07aba8dCopy full SHA for 07aba8d
test/functional/mempool_package_onemore.py
@@ -41,7 +41,7 @@ def run_test(self):
41
for _ in range(DEFAULT_ANCESTOR_LIMIT - 4):
42
utxo, = self.chain_tx([utxo])
43
chain.append(utxo)
44
- second_chain, = self.chain_tx([self.wallet.get_utxo()])
+ second_chain, = self.chain_tx([self.wallet.get_utxo(confirmed_only=True)])
45
46
# Check mempool has DEFAULT_ANCESTOR_LIMIT + 1 transactions in it
47
assert_equal(len(self.nodes[0].getrawmempool()), DEFAULT_ANCESTOR_LIMIT + 1)
0 commit comments