Skip to content

Commit 886f8ea

Browse files
committed
perfect logic
1 parent fde2924 commit 886f8ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/scroll/rpc/src/eth/transaction.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ where
4949
if self.inner.propagate_local_transactions {
5050
// Forward to remote sequencer RPC asynchronously (fire and forget)
5151
let client = client.clone();
52-
let tx = tx.clone();
5352
tokio::spawn(async move {
5453
match client.forward_raw_transaction(&tx).await {
5554
Ok(sequencer_hash) => {

0 commit comments

Comments
 (0)