From 3ec5732050f844a48431735e1d915b6fa2c75979 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:05:59 +0200 Subject: [PATCH] use payload term instead of ciphertext Co-authored-by: Igor Sirotin --- standards/application/reliable-channel-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index b31ff42..55fb986 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -166,7 +166,7 @@ types: type: function description: "Decrypts a byte payload. Returns the decrypted payload." parameters: - - name: ciphertext + - name: payload type: array returns: type: result, error>