Skip to content

Commit

Permalink
fix: update according to nph
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya committed Jul 30, 2024
1 parent 91a64c4 commit 9e6659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_peer_exchange/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ proc new*(T: type WakuPeerExchange, peerManager: PeerManager): T =
let wpx = WakuPeerExchange(peerManager: peerManager)
wpx.initProtocolHandler()
asyncSpawn wpx.updatePxEnrCache()
return wpx
return wpx

0 comments on commit 9e6659a

Please sign in to comment.