From 690cf4b787585d9d0dea92a49b604a87dec0fe2c Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 18 Jan 2019 16:21:58 +0800 Subject: [PATCH] PR feedback --- 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 f97c19ac3..006c4a54a 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1059,7 +1059,7 @@ def get_attestation_participants(state: BeaconState, #### `int_to_bytes1`, `int_to_bytes2`, ... -`int_to_bytes1(x): return x.to_bytes(1, 'big')`, `int_to_bytes2(x): return x.to_bytes(2, 'big')`, and so on for all integers, particularly 1, 2, 3, 4, 8, 32. +`int_to_bytes1(x): return x.to_bytes(1, 'big')`, `int_to_bytes2(x): return x.to_bytes(2, 'big')`, and so on for all integers, particularly 1, 2, 3, 4, 8, 32, 48, 96. #### `get_effective_balance`