mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-26 18:40:40 +00:00
PR feedback
This commit is contained in:
parent
063f658697
commit
690cf4b787
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user