From b7a694ce2c4fc8aa2c76ab23ef2d4aa43e29ce69 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Wed, 1 Jul 2026 20:34:43 +0200 Subject: [PATCH] adjust comment --- logos_delivery/api/reliable_channel_manager_api.nim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/logos_delivery/api/reliable_channel_manager_api.nim b/logos_delivery/api/reliable_channel_manager_api.nim index 08d0f268a..b3b5edb02 100644 --- a/logos_delivery/api/reliable_channel_manager_api.nim +++ b/logos_delivery/api/reliable_channel_manager_api.nim @@ -8,10 +8,9 @@ import logos_delivery/channels/types as channel_types # capability the generic `ReliableChannel[M]`/`ReliableChannelManager[M]` need. export api_types, messaging_client_api, channel_types -# Structural API contract for the reliable-channel surface. This is the -# node-bound consumer view (the messaging node is already bound), so it is -# satisfied by `LogosDelivery` — the concentrator that owns the node — rather -# than by the manager, whose `createReliableChannel` takes the node explicitly. +# Structural API contract for the reliable-channel surface (ops in +# `channels/api/*`). `createReliableChannel` is node-free because the manager +# owns the messaging node, so `ReliableChannelManager` satisfies this directly. type ReliableChannelApi* = concept c createReliableChannel( c, channelId = ChannelId, contentTopic = ContentTopic, senderId = SdsParticipantID