Skip to content

Commit

Permalink
Remove non-existent fields in storage score calc
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 9, 2023
1 parent 2a30846 commit 1f6c419
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tips/TIP-0042/tip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1f6c419

Please sign in to comment.