Skip to content

Commit c64d8c5

Browse files
committed
remove unnecessary arc clone
1 parent d0e1bf0 commit c64d8c5

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
@@ -273,7 +273,6 @@ impl Node {
273273
return;
274274
}
275275
_ = interval.tick() => {
276-
let gossip_sync_logger = Arc::clone(&gossip_sync_logger);
277276
let now = Instant::now();
278277
match gossip_source.update_rgs_snapshot().await {
279278
Ok(updated_timestamp) => {

0 commit comments

Comments
 (0)