Skip to content

Commit

Permalink
Reword Block Issuer Keys comparison criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jan 25, 2024
1 parent 15ccddc commit 96261ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tips/TIP-0042/tip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 96261ca

Please sign in to comment.