class DomainType would be added in build_spec

This commit is contained in:
Hsiao-Wei Wang
2019-07-01 09:03:35 +08:00
parent 7f2eb813cb
commit 5b2b3cfe33

View File

@@ -501,7 +501,3 @@ Bytes8: BytesType = BytesN[8]
Bytes32: BytesType = BytesN[32]
Bytes48: BytesType = BytesN[48]
Bytes96: BytesType = BytesN[96]
class DomainType(Bytes4):
pass