From e04378c38cc72a4db70eebe954012a3a44e95e02 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Sun, 9 Dec 2018 20:33:13 +0800 Subject: [PATCH] bytes32(pubkey) -> bytes48(pubkey) (#265) --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 876725482..5a62919ec 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -938,7 +938,7 @@ def get_new_validator_registry_delta_chain_tip(current_validator_registry_delta_ current_validator_registry_delta_chain_tip + bytes1(flag) + bytes3(index) + - bytes32(pubkey) + bytes48(pubkey) ) ```