fix int384 to uint384
This commit is contained in:
parent
0f59a564d0
commit
c2227a59de
|
@ -261,9 +261,9 @@ When the contract publishes a `ChainStart` log, this initializes the chain, call
|
||||||
```python
|
```python
|
||||||
{
|
{
|
||||||
# BLS pubkey
|
# BLS pubkey
|
||||||
'pubkey': 'int384',
|
'pubkey': 'uint384',
|
||||||
# BLS proof of possession (a BLS signature)
|
# BLS proof of possession (a BLS signature)
|
||||||
'proof_of_possession': ['int384'],
|
'proof_of_possession': ['uint384'],
|
||||||
# Withdrawal credentials (TODO: define the format)
|
# Withdrawal credentials (TODO: define the format)
|
||||||
'withdrawal_credentials': 'hash32',
|
'withdrawal_credentials': 'hash32',
|
||||||
# The initial RANDAO commitment
|
# The initial RANDAO commitment
|
||||||
|
|
Loading…
Reference in New Issue