From 0fbfd827779c8eb915270639cbd6e1290a6731b8 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 26 Aug 2016 11:21:10 -0400 Subject: prop250: Fix COMMIT construction to match the implementation Signed-off-by: David Goulet --- proposals/250-commit-reveal-consensus.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proposals/250-commit-reveal-consensus.txt') diff --git a/proposals/250-commit-reveal-consensus.txt b/proposals/250-commit-reveal-consensus.txt index 3e701fc..d05d11d 100644 --- a/proposals/250-commit-reveal-consensus.txt +++ b/proposals/250-commit-reveal-consensus.txt @@ -396,9 +396,7 @@ Supersedes: 225 The value COMMIT is computed as follows: - COMMIT = base64-encode( TIMESTAMP || H(H(RN)) ) - - where RN is the random value from REVEAL. + COMMIT = base64-encode( TIMESTAMP || H(REVEAL) ) 4.1.2. Validating commitments and reveals [VALIDATEVALUES] -- cgit v1.2.3-54-g00ecf