diff --git a/tips/TIP-0042/tip-0042.md b/tips/TIP-0042/tip-0042.md index bb28bf17e..41af7c831 100644 --- a/tips/TIP-0042/tip-0042.md +++ b/tips/TIP-0042/tip-0042.md @@ -929,15 +929,12 @@ and thus also backed by an Ed25519 key pair. - Let `Storage Score Offset Implicit Account Creation Address` be `Account Output Score - Basic Output Score + Ed25519 Address Score`, where: - Let `Account Output Score` be the storage score of an Account Output which fulfills the following conditions: - - `Native Tokens Count == 0`. - - `State Metadata` must be empty. - `Address Unlock Condition` must contain an _Ed25519 Address_. - `Features Count == 1`. - A _Block Issuer Feature_ must be present with `Block Issuer Keys Count == 1` and a block issuer key of type _Block Issuer Key Ed25519_. - `Immutable Features Count == 0`. - Let `Basic Output Score` be the storage score of a Basic Output which fulfills the following conditions: - - `Native Tokens Count == 0`. - `Unlock Conditions Count == 1`. - The unlock condition is of type `Address Unlock Condition` and contains an `Ed25519 Address`. - `Features Count == 0`.