Skip to content

Commit

Permalink
Properly space Pub Key Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jan 25, 2024
1 parent ddaadc1 commit c05f675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tips/TIP-0042/tip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ that account.
- `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_.
- `Pub Key Hash` as the second criteria for _Ed25519 Public Key Hash Block Issuer Keys_.

### Additional Transaction Semantic Validation Rules

Expand Down Expand Up @@ -1043,9 +1043,9 @@ creation and block issuer feature transition.

### Implicit Account Block Issuance

An implicit account can issue blocks by using the `PubKeyHash` of the _Implicit Account Creation Address_ itself as an
An implicit account can issue blocks by using the `Pub Key Hash` of the _Implicit Account Creation Address_ itself as an
_Ed25519 Public Key Hash Block Issuer Key_. Therefore, the block's signature must contain the public key from which the
`PubKeyHash` was derived from and the signature must be computed from the corresponding private key.
`Pub Key Hash` was derived from and the signature must be computed from the corresponding private key.

# Migration

Expand Down

0 comments on commit c05f675

Please sign in to comment.