Skip to content

Commit f40073c

Browse files
ivanleletomt1664
authored andcommitted
Remove outdated FIXME comments regarding fee correctness
1 parent aa8a662 commit f40073c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/functional/mempool_truc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ def test_truc_sibling_eviction(self):
553553
node.sendrawtransaction(item["hex"])
554554
self.check_mempool(txids_v2_100 + [tx_v3_parent["txid"], tx_v3_child_1["txid"]])
555555

556-
# ELEMENTS FIXME: check correctness here, in bitcoin it is 4000000, but for some reason in elements it is 5556000.
557556
# Replacing 100 transactions is fine
558557
tx_v3_replacement_only = self.wallet.create_self_transfer_multi(utxos_to_spend=utxos_for_conflict, fee_per_output=5556000)
559558
# Override maxfeerate - it costs a lot to replace these 100 transactions.
@@ -577,7 +576,6 @@ def test_truc_sibling_eviction(self):
577576
tx_unrelated_replacee = self.wallet.send_self_transfer(from_node=node, utxo_to_spend=utxo_unrelated_conflict)
578577
assert tx_unrelated_replacee["txid"] in node.getrawmempool()
579578

580-
# ELEMENTS FIXME: check correctness here, in bitcoin you also do tx_v3_child_2["fee"] * COIN (maybe because it returns "0.001"?, but in elements it returns "1000")
581579
fee_to_beat = max(int(tx_v3_child_2["fee"]), int(tx_unrelated_replacee["fee"]))
582580

583581
tx_v3_child_3 = self.wallet.create_self_transfer_multi(

0 commit comments

Comments
 (0)