Skip to content

Commit

Permalink
test: Don't rely on incentive incompatible replacement in mempool_acc…
Browse files Browse the repository at this point in the history
…ept_v3.py
  • Loading branch information
sdaftuar committed Apr 28, 2024
1 parent 2a07c46 commit c2efe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/mempool_accept_v3.py
Expand Up @@ -536,7 +536,7 @@ def test_v3_sibling_eviction(self):
fee_to_beat_child2 = int(tx_v3_child_2["fee"] * COIN)

tx_v3_child_3 = self.wallet.create_self_transfer_multi(
utxos_to_spend=[tx_v3_parent["new_utxos"][0], utxo_unrelated_conflict], fee_per_output=fee_to_beat_child2*5, version=3
utxos_to_spend=[tx_v3_parent["new_utxos"][0], utxo_unrelated_conflict], fee_per_output=fee_to_beat_child2*10, version=3
)
node.sendrawtransaction(tx_v3_child_3["hex"])
self.check_mempool(txids_v2_100 + [tx_v3_parent["txid"], tx_v3_child_3["txid"]])
Expand Down

0 comments on commit c2efe9f

Please sign in to comment.