Skip to content

Commit 16d1a11

Browse files
committed
remove unnecessary arc clone
1 parent bb00964 commit 16d1a11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ impl Node {
272272
return;
273273
}
274274
_ = interval.tick() => {
275-
let gossip_sync_logger = Arc::clone(&gossip_sync_logger);
276275
let now = Instant::now();
277276
match gossip_source.update_rgs_snapshot().await {
278277
Ok(updated_timestamp) => {

0 commit comments

Comments
 (0)