diff --git a/tips/TIP-0042/tip-0042.md b/tips/TIP-0042/tip-0042.md
index c276e12ff..bab9b6e4a 100644
--- a/tips/TIP-0042/tip-0042.md
+++ b/tips/TIP-0042/tip-0042.md
@@ -162,7 +162,7 @@ that account.
Block Issuer Feature
- Contains the public keys used to verify block signatures.
+ Contains the keys with which the account can create block signatures.
@@ -215,7 +215,7 @@ that account.
Set to value 0 to denote an Ed25519 Public Key Hash Block Issuer Key. |
- PubKeyHash |
+ Pub Key Hash |
ByteArray[32] |
The raw bytes of the BLAKE2b-256 hash of the corresponding Ed25519 public key. |
@@ -633,7 +633,7 @@ outputs that are locked under _Account Address_ and it keeps track of controlled
Block Issuer Feature
- Contains the public keys used to verify block signatures. Defined in TIP-42 (Block Issuer Feature).
+ Contains the keys with which the account can create block signatures. Defined in TIP-42 (Block Issuer Feature).
@@ -685,7 +685,7 @@ outputs that are locked under _Account Address_ and it keeps track of controlled
| Set to value 0 to denote an Ed25519 Public Key Hash Block Issuer Key. |
- PubKeyHash |
+ Pub Key Hash |
ByteArray[32] |
The raw bytes of the BLAKE2b-256 hash of the corresponding Ed25519 public key. |
@@ -980,7 +980,7 @@ The following table shows the serialization of an _Implicit Account Creation Add
Set to value 32 to denote an Implicit Account Creation Address. |
- PubKeyHash |
+ Pub Key Hash |
ByteArray[32] |
The raw bytes of the Implicit Account Creation Address which is the BLAKE2b-256 hash of the Ed25519 public key. |