mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 14:45:04 -05:00
bytes32(pubkey) -> bytes48(pubkey) (#265)
This commit is contained in:
@@ -938,7 +938,7 @@ def get_new_validator_registry_delta_chain_tip(current_validator_registry_delta_
|
||||
current_validator_registry_delta_chain_tip +
|
||||
bytes1(flag) +
|
||||
bytes3(index) +
|
||||
bytes32(pubkey)
|
||||
bytes48(pubkey)
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user