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 557066c commit 3e02947Copy full SHA for 3e02947
crates/op-rbuilder/src/payload_builder_vanilla.rs
@@ -863,7 +863,7 @@ where
863
best_txs.mark_invalid(tx.signer(), tx.nonce());
864
if !is_recoverable {
865
// For some subset of errors we remove transaction from txpool
866
- info.invalid_tx_hashes.insert(*tx.tx_hash());
+ // info.invalid_tx_hashes.insert(*tx.tx_hash());
867
}
868
continue;
869
@@ -884,7 +884,7 @@ where
884
num_txs_simulated_fail += 1;
885
trace!(target: "payload_builder", ?tx, "skipping reverted transaction");
886
887
888
889
},
890
) {
0 commit comments