Skip to content

Commit 485cfc8

Browse files
authored
Merge pull request #1446 from Concordium/plt-update-spec-hash
Update P8->P9 specification hash
2 parents c8cccda + 1dafcf1 commit 485cfc8

File tree

1 file changed

+1
-1
lines changed
  • concordium-consensus/src/Concordium/ProtocolUpdate/P8

1 file changed

+1
-1
lines changed

concordium-consensus/src/Concordium/ProtocolUpdate/P8/ProtocolP9.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ import Concordium.Types.ProtocolVersion
7878
-- | The hash that identifies a update from P8 to P9 protocol.
7979
-- This is the hash of the published specification document.
8080
updateHash :: SHA256.Hash
81-
updateHash = read "38c093fafce85684da59135441f37ebf4ece195be15e23ab9072d3d12d6dc3a7"
81+
updateHash = read "1524c737e9d81fe79e4fccfa0b74d11d1cd7d3217b069b4b92f0cb3490d79ba6"
8282

8383
-- | Construct the genesis data for a P8.ProtocolP9 update.
8484
-- This takes the terminal block of the old chain which is used as the basis for constructing

0 commit comments

Comments
 (0)