From 5b2b3cfe33a99f96d8f2eba15ecbda18597ba9d1 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Mon, 1 Jul 2019 09:03:35 +0800 Subject: [PATCH] class DomainType would be added in build_spec --- test_libs/pyspec/eth2spec/utils/ssz/ssz_typing.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_libs/pyspec/eth2spec/utils/ssz/ssz_typing.py b/test_libs/pyspec/eth2spec/utils/ssz/ssz_typing.py index 7b5798529..50b6a3386 100644 --- a/test_libs/pyspec/eth2spec/utils/ssz/ssz_typing.py +++ b/test_libs/pyspec/eth2spec/utils/ssz/ssz_typing.py @@ -501,7 +501,3 @@ Bytes8: BytesType = BytesN[8] Bytes32: BytesType = BytesN[32] Bytes48: BytesType = BytesN[48] Bytes96: BytesType = BytesN[96] - - -class DomainType(Bytes4): - pass