Skip to content

Commit 23695d6

Browse files
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent e8b3f10 commit 23695d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/net/p2p/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ async fn handle_swarm_event(server: &mut P2PServer, event: SwarmEvent<BehaviourE
254254
peer_id = %peer_id,
255255
direction = %direction,
256256
peer_count = peer_count,
257-
their_finalized_slot = our_status.finalized.slot,
258-
their_head_slot = our_status.head.slot,
257+
our_finalized_slot = our_status.finalized.slot,
258+
our_head_slot = our_status.head.slot,
259259
"Peer connected"
260260
);
261261
server

0 commit comments

Comments
 (0)