import `byte`
This commit is contained in:
parent
66c3c391d4
commit
b9390f0967
|
@ -57,7 +57,7 @@ from eth2spec.utils.ssz.ssz_typing import (
|
||||||
BasicValue, Elements, BaseBytes, BaseList, SSZType,
|
BasicValue, Elements, BaseBytes, BaseList, SSZType,
|
||||||
Container, List, Vector, Bytes, BytesN, Bitlist, Bitvector, Bits,
|
Container, List, Vector, Bytes, BytesN, Bitlist, Bitvector, Bits,
|
||||||
Bytes1, Bytes4, Bytes8, Bytes32, Bytes48, Bytes96,
|
Bytes1, Bytes4, Bytes8, Bytes32, Bytes48, Bytes96,
|
||||||
uint64, bit, boolean,
|
uint64, bit, boolean, byte,
|
||||||
)
|
)
|
||||||
from eth2spec.utils.bls import (
|
from eth2spec.utils.bls import (
|
||||||
bls_aggregate_pubkeys,
|
bls_aggregate_pubkeys,
|
||||||
|
|
Loading…
Reference in New Issue