Correct comment

This commit is contained in:
Jakob Notland 2026-04-29 09:43:47 +02:00
parent f3df4c3ae3
commit e594db9d21

View file

@ -29,7 +29,7 @@ export enum RelayMsgAction {
/// 65,535-byte plaintext ceiling. See ChunkMessage and docs/transport.md.
/// Not tied to hdwalletv1 semantics — applies to any application protocol.
Chunk = "chunk",
/// Keepalive ping sent by the dapp every ~30 s to prevent relay silence timeouts.
/// Keepalive ping sent by the dapp every 10 s to prevent relay silence timeouts.
Ping = "ping",
/// Keepalive pong sent by the wallet in response to each ping.
Pong = "pong",