From 96261ca2ffc50b5912cfe3db7459e9912d6d0cfc Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Thu, 25 Jan 2024 09:51:52 +0100 Subject: [PATCH] Reword `Block Issuer Keys` comparison criteria --- tips/TIP-0042/tip-0042.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tips/TIP-0042/tip-0042.md b/tips/TIP-0042/tip-0042.md index 152ecc07d..9ac06d006 100644 --- a/tips/TIP-0042/tip-0042.md +++ b/tips/TIP-0042/tip-0042.md @@ -230,10 +230,9 @@ that account. - The following conditions must all hold: - `Block Issuer Key Count >= 1`. - `Block Issuer Key Count <= 128`. - - Each key in `Block Issuer Keys` must be unique based on the concatenation of its `Public Key Type` and `Public Key`. - No duplicates are allowed. - - Each key in `Block Issuer Keys` must be lexicographically ordered based on the concatenation of its - `Public Key Type` and `Public Key`. + - The `Block Issuer Keys` must be lexically ordered and unique, both based on the following comparison criteria: + - `Block Issuer Key Type` as the first criteria for all Block Issuer Keys. + - `PubKeyHash` as the second criteria for _Ed25519 Public Key Hash Block Issuer Keys_. ### Additional Transaction Semantic Validation Rules