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 057ae57 commit f43f35bCopy full SHA for f43f35b
src/tasks/block.rs
@@ -87,6 +87,8 @@ impl InProgressBlock {
87
88
if let Ok(txs) = txs {
89
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.
92
self.transactions.extend(txs);
93
} else {
94
error!("failed to decode bundle. dropping");
0 commit comments