We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b609c17 + 09e6f0c commit 2a7ae1dCopy full SHA for 2a7ae1d
crates/op-rbuilder/src/payload_builder.rs
@@ -1174,7 +1174,6 @@ where
1174
1175
// A sequencer's block should never contain blob or deposit transactions from the pool.
1176
if tx.is_eip4844() || tx.is_deposit() {
1177
- println!("B");
1178
best_txs.mark_invalid(tx.signer(), tx.nonce());
1179
continue;
1180
}
crates/op-rbuilder/src/payload_builder_vanilla.rs
@@ -1103,12 +1103,6 @@ where
1103
1104
};
1105
1106
- println!("include reverted txn: {}", result.is_success());
1107
- println!(
1108
- "self.enable_revert_protection: {}",
1109
- self.enable_revert_protection
1110
- );
1111
-
1112
self.metrics
1113
.tx_simulation_duration
1114
.record(tx_simulation_start_time.elapsed());
0 commit comments