From c2227a59de89a8b233974f58d55e8a4401568bce Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 3 Dec 2018 12:27:58 -0600 Subject: [PATCH] fix int384 to uint384 --- specs/core/0_beacon-chain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index d216cdd0e..bcf720fec 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -261,9 +261,9 @@ When the contract publishes a `ChainStart` log, this initializes the chain, call ```python { # BLS pubkey - 'pubkey': 'int384', + 'pubkey': 'uint384', # BLS proof of possession (a BLS signature) - 'proof_of_possession': ['int384'], + 'proof_of_possession': ['uint384'], # Withdrawal credentials (TODO: define the format) 'withdrawal_credentials': 'hash32', # The initial RANDAO commitment