From 9064cfaddbb481a6756608cffdf45f89442385d0 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Wed, 24 Oct 2018 10:14:24 -0700 Subject: [PATCH] use int for type hints --- specs/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index 82a04a423..855b6b651 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -572,7 +572,7 @@ def add_validator(validators: List[ValidatorRecord], withdrawal_shard: int, withdrawal_address: Address, randao_commitment: Hash32, - status: uint8, + status: int, current_slot: int) -> int: # if following assert fails, validator induction failed # move on to next validator registration log