Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Fix merge slip-up
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Jul 12, 2024
1 parent ec44f84 commit 75b1254
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/builder_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,6 @@ where

self.built_from_proposed_block.leaf_commit = leaf.commit();

self.included_txns
.extend(da_proposal_info.txn_commitments.iter());

for tx in da_proposal_info.txn_commitments.iter() {
self.txns_in_queue.remove(tx);
}
Expand Down

0 comments on commit 75b1254

Please sign in to comment.