Skip to content

Commit

Permalink
remove unnecessary arc clone
Browse files Browse the repository at this point in the history
  • Loading branch information
joostjager committed Feb 7, 2025
1 parent bb00964 commit 16d1a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ impl Node {
return;
}
_ = interval.tick() => {
let gossip_sync_logger = Arc::clone(&gossip_sync_logger);
let now = Instant::now();
match gossip_source.update_rgs_snapshot().await {
Ok(updated_timestamp) => {
Expand Down

0 comments on commit 16d1a11

Please sign in to comment.