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 2111f32 commit f665c6eCopy full SHA for f665c6e
test/functional/interface_usdt_utxocache.py
@@ -169,8 +169,7 @@ def test_uncache(self):
169
170
# Create a transaction and invalidate it by changing the txid of the previous
171
# output to the coinbase txid of the block at height 1.
172
- invalid_tx = self.wallet.create_self_transfer(
173
- from_node=self.nodes[0])["tx"]
+ invalid_tx = self.wallet.create_self_transfer()["tx"]
174
invalid_tx.vin[0].prevout.hash = int(block_1_coinbase_txid, 16)
175
176
self.log.info("hooking into the utxocache:uncache tracepoint")
0 commit comments