bytes32(pubkey) -> bytes48(pubkey) (#265)
This commit is contained in:
parent
50afec9337
commit
e04378c38c
|
@ -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)
|
||||
)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue