as per Zoltan recommendation, remove unneeded parameter in openChannel

This commit is contained in:
Ivan FB 2026-04-13 17:56:30 +02:00
parent 638f8676d6
commit f8156d4c2a
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -280,9 +280,6 @@ functions:
openChannel:
description: "Opens a reliable channel. Sets up the required SDS state, segmentation, and encryption."
parameters:
- name: nodeConfig
type: NodeConfig
description: "The node configuration. See [MESSAGING-API](/standards/application/messaging-api.md)."
- name: channelConfig
type: ReliableChannelConfig
description: "Configuration for the channel."