bytes32(pubkey) -> bytes48(pubkey) (#265)

This commit is contained in:
Hsiao-Wei Wang 2018-12-09 20:33:13 +08:00 committed by Justin
parent 50afec9337
commit e04378c38c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
)
```