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
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 0 additions and 4 deletions

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