Skip to content

Commit

Permalink
Remove signature from block work score
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jan 25, 2024
1 parent fc9c51f commit 4e8a204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tips/TIP-0046/tip-0046.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ Let the work score of a _Basic Block_ be defined as follows.
`Work Score Parameters::Data Byte * Candidacy Announcement Size` where:
- `Candidacy Announcement Size` is the size of the serialized _Candidacy Announcement_.
- If the type is _Transaction_ the work score is defined in [TIP-45 (Work Score)](../TIP-0045/tip-0045.md#work-score).
- Let `Signature Score` be the work score of the `Signature`.
- Return `Work Score Parameters::Block + Payload Score + Signature Score`.
- Return `Work Score Parameters::Block + Payload Score`.

## Validation Block

Expand Down

0 comments on commit 4e8a204

Please sign in to comment.