Skip to content

Commit f43f35b

Browse files
committed
puts comments back
1 parent 057ae57 commit f43f35b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tasks/block.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ impl InProgressBlock {
8787

8888
if let Ok(txs) = txs {
8989
self.unseal();
90+
// extend the transactions with the decoded transactions.
91+
// As this builder does not provide bundles landing "top of block", its fine to just extend.
9092
self.transactions.extend(txs);
9193
} else {
9294
error!("failed to decode bundle. dropping");

0 commit comments

Comments
 (0)