mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Remove redundant clones (#4485)
This commit is contained in:
@ -564,7 +564,7 @@ where
|
||||
// FCU resulted in a fatal error from which we can't recover
|
||||
let err = err.clone();
|
||||
let _ = tx.send(Err(error));
|
||||
return OnForkchoiceUpdateOutcome::Fatal(err.clone())
|
||||
return OnForkchoiceUpdateOutcome::Fatal(err)
|
||||
}
|
||||
}
|
||||
let _ = tx.send(Err(error));
|
||||
|
||||
Reference in New Issue
Block a user