We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde2924 commit 886f8eaCopy full SHA for 886f8ea
crates/scroll/rpc/src/eth/transaction.rs
@@ -49,7 +49,6 @@ where
49
if self.inner.propagate_local_transactions {
50
// Forward to remote sequencer RPC asynchronously (fire and forget)
51
let client = client.clone();
52
- let tx = tx.clone();
53
tokio::spawn(async move {
54
match client.forward_raw_transaction(&tx).await {
55
Ok(sequencer_hash) => {
0 commit comments