From 0041650fd18c1a38ba7c578fa318d868595a81fc Mon Sep 17 00:00:00 2001 From: Boog900 Date: Thu, 8 Aug 2024 23:56:41 +0000 Subject: [PATCH] books: change some definitions (#251) update some definitions --- books/protocol/src/consensus_rules.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/books/protocol/src/consensus_rules.md b/books/protocol/src/consensus_rules.md index b06e4a8c..e56e148a 100644 --- a/books/protocol/src/consensus_rules.md +++ b/books/protocol/src/consensus_rules.md @@ -24,11 +24,12 @@ an Ed25519 point which is not the negative identity and with y coordinate fully Prime Order Point: a point in the prime subgroup. + PoW Hash: -the hash calculated by using the active proof of work function. +the hash calculated from the block hashing blob by using the active proof of work function. Block Hash: -the keccak hash of the block. +the keccak hash of the block hashing blob, this is a slightly different hashing blob than the one used to calculate the `PoW Hash`. Transaction Blob: the raw bytes of a serialized transaction.