Skip to content

Commit 0d8662a

Browse files
committed
simplify the wording
Signed-off-by: Shiwei Zhang <[email protected]>
1 parent 0110cc2 commit 0d8662a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

protocol.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Multi-signature enhances the security by allowing multiple signers to sign the
109109
same payload. The resulted signatures are encoded and transmitted preferably
110110
using the recommended [JSON envelope](envelope.md).
111111
112-
A `(t, n)`-[JSON envelope](envelope.md) is valid if the enclosed signatures pass
113-
the verification against at least `t` of `n` unique trusted public keys.
112+
A `(t, n)`-ENVELOPE is valid if the enclosed signatures pass the verification
113+
against at least `t` of `n` unique trusted public keys.
114114
115-
To verify a `(t, n)`-ENVELOPE against `n` unique trusted public keys:
115+
To verify a `(t, n)`-ENVELOPE:
116116
117117
- Receive and decode SERIALIZED_BODY, PAYLOAD_TYPE, SIGNATURES from ENVELOPE.
118118
Reject if decoding fails.

0 commit comments

Comments
 (0)