class DomainType would be added in build_spec
This commit is contained in:
parent
7f2eb813cb
commit
5b2b3cfe33
|
@ -501,7 +501,3 @@ Bytes8: BytesType = BytesN[8]
|
|||
Bytes32: BytesType = BytesN[32]
|
||||
Bytes48: BytesType = BytesN[48]
|
||||
Bytes96: BytesType = BytesN[96]
|
||||
|
||||
|
||||
class DomainType(Bytes4):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue