mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 12:45:03 -05:00
PR feedback
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user