Correct comment
This commit is contained in:
parent
f3df4c3ae3
commit
e594db9d21
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export enum RelayMsgAction {
|
||||||
/// 65,535-byte plaintext ceiling. See ChunkMessage and docs/transport.md.
|
/// 65,535-byte plaintext ceiling. See ChunkMessage and docs/transport.md.
|
||||||
/// Not tied to hdwalletv1 semantics — applies to any application protocol.
|
/// Not tied to hdwalletv1 semantics — applies to any application protocol.
|
||||||
Chunk = "chunk",
|
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",
|
Ping = "ping",
|
||||||
/// Keepalive pong sent by the wallet in response to each ping.
|
/// Keepalive pong sent by the wallet in response to each ping.
|
||||||
Pong = "pong",
|
Pong = "pong",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue