Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 59ff35b

Browse files
better mention message_hash
1 parent 4d539e0 commit 59ff35b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standards/application/reliable-channel-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See [SEGMENTATION](./segmentation.md).
111111
- Each new segment to be sent, requires the following data:
112112
- `MessageId`: a keccak-256([message](https://lip.logos.co/ift-ts/raw/sds.html#message)'s content) hex string (e.g. `4e03657aea45a94fc7d47ba826c8d667c0d1e6e33a64a036ec44f58fa12d6c45`), generated by the Reliable Channel API.
113113
- `ChannelId`: the `channelId` passed to `createReliableChannel`.
114-
- `Retrieval hint`: the transport `MessageHash` of previous segments, exposed by the underlying [MESSAGING-API](/standards/application/messaging-api.md) upon ``MessageSendPropagatedEvent` reception.
114+
- `Retrieval hint`: the transport `MessageHash` of previous segments, mentioned as `message_hash` in [MESSAGING-API](/standards/application/messaging-api.md), upon ``MessageSendPropagatedEvent` reception.
115115
The hint provider registered during [Node initialization](#node-initialization) performs this `MessageId → MessageHash` lookup. In turn, that mapping MUST be persisted by SDS using the `persistence` backend configured in `SdsConfig`.
116116

117117
- Each sent segment is added to an outgoing buffer.

0 commit comments

Comments
 (0)