use int for type hints
This commit is contained in:
parent
203eeba2b6
commit
9064cfaddb
|
@ -572,7 +572,7 @@ def add_validator(validators: List[ValidatorRecord],
|
||||||
withdrawal_shard: int,
|
withdrawal_shard: int,
|
||||||
withdrawal_address: Address,
|
withdrawal_address: Address,
|
||||||
randao_commitment: Hash32,
|
randao_commitment: Hash32,
|
||||||
status: uint8,
|
status: int,
|
||||||
current_slot: int) -> int:
|
current_slot: int) -> int:
|
||||||
# if following assert fails, validator induction failed
|
# if following assert fails, validator induction failed
|
||||||
# move on to next validator registration log
|
# move on to next validator registration log
|
||||||
|
|
Loading…
Reference in New Issue