diff --git a/tips/TIP-0042/tip-0042.md b/tips/TIP-0042/tip-0042.md index 76933379d..3fb9d1b02 100644 --- a/tips/TIP-0042/tip-0042.md +++ b/tips/TIP-0042/tip-0042.md @@ -28,7 +28,8 @@ strict extension of the functionality of the Alias Output. ## Summary of changes compared to TIP-18 - Add `Mana` field to the `Account`. -- Remove `Native Tokens` field. See [TIP-38 (Native Token Migration)](../TIP-0038/tip-0038.md#native-token-migration) for migration details. +- Remove `Native Tokens` field. See [TIP-38 (Native Token Migration)](../TIP-0038/tip-0038.md#native-token-migration) + for migration details. - Add _Block Issuer Feature_. - Mana owned by an account with a _Block Issuer Feature_ is bound to that account and can only be moved out with a delay. @@ -393,9 +394,12 @@ account is locked to that account. ### Storage Score -A Block Issuer Feature incurs additional computational cost in order to maintain the block issuer keys of an account and due to having to keep them in memory. Due to this, such a feature has an additional storage score offset. The offset of the feature is the sum of offsets of each contained key: +A Block Issuer Feature incurs additional computational cost in order to maintain the block issuer keys of an account and +due to having to keep them in memory. Due to this, such a feature has an additional storage score offset. The offset of +the feature is the sum of offsets of each contained key: -- If the contained key is of type `Ed25519 Public Key Block Issuer Key`, the offset is `Storage Score Offset Ed25519 Block Issuer Key`. +- If the contained key is of type `Ed25519 Public Key Block Issuer Key`, the offset is + `Storage Score Offset Ed25519 Block Issuer Key`. `Rent Parameters` are defined in [TIP-49](../TIP-0049/tip-0049.md). @@ -507,7 +511,9 @@ which they were selected to participate in the validator committee. ### Storage Score -A Staking Feature incurs additional computational cost in order to compute the total stake of a validator. Due to this, such a feature has an additional storage score offset, the `Rent Parameters::Storage Score Offset Staking Feature` as defined in [TIP-49](../TIP-0049/tip-0049.md). +A Staking Feature incurs additional computational cost in order to compute the total stake of a validator. Due to this, +such a feature has an additional storage score offset, the `Rent Parameters::Storage Score Offset Staking Feature` as +defined in [TIP-49](../TIP-0049/tip-0049.md). # Account Output