Skip to content

Commit

Permalink
deleting extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Oct 11, 2024
1 parent dc825e4 commit 8e5cd30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ proc process*(
let peerId = PeerId.init($self[].peerId).valueOr:
error "DIAL_PEER_BY_ID failed", error = $error
return err($error)

let conn = await waku.node.peerManager.dialPeer(peerId, $self[].protocol)
if conn.isNone():
let msg = "failed dialing peer"
Expand Down

0 comments on commit 8e5cd30

Please sign in to comment.