diff --git a/tips/TIP-0042/tip-0042.md b/tips/TIP-0042/tip-0042.md index 9ac06d006..c276e12ff 100644 --- a/tips/TIP-0042/tip-0042.md +++ b/tips/TIP-0042/tip-0042.md @@ -228,8 +228,8 @@ that account. ### Additional Transaction Syntactic Validation Rules - The following conditions must all hold: - - `Block Issuer Key Count >= 1`. - - `Block Issuer Key Count <= 128`. + - `Block Issuer Keys Count >= 1`. + - `Block Issuer Keys Count <= 128`. - 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_.