From 4e8a204fd49ece4b326813db60f483cfb178630b Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Thu, 25 Jan 2024 15:03:46 +0100 Subject: [PATCH] Remove signature from block work score --- tips/TIP-0046/tip-0046.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tips/TIP-0046/tip-0046.md b/tips/TIP-0046/tip-0046.md index 7733014b7..c8e2bfae3 100644 --- a/tips/TIP-0046/tip-0046.md +++ b/tips/TIP-0046/tip-0046.md @@ -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