fix(eg): Update noresp-ping example

This commit is contained in:
Ben-PH
2025-07-04 12:42:02 +02:00
parent a4effa9881
commit cb8cbed417

View File

@@ -110,7 +110,7 @@ proc mixnetSimulation() {.async.} =
let conn = createMixEntryConnection(
mixProto[senderIndex],
some(nodes[receiverIndex].peerInfo.addrs[0]),
nodes[receiverIndex].peerInfo.peerId,
some(nodes[receiverIndex].peerInfo.peerId),
NoRespPingCodec,
)