Skip to content

Commit f82a19d

Browse files
committed
Fix BytesDecoder
1 parent 1b98224 commit f82a19d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web3/_utils/abi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ class ExactLengthBytesEncoder(encoding.BaseEncoder):
227227
value_bit_size = None
228228
data_byte_size = None
229229
encode_fn = None
230-
is_dynamic = True
231230

232231
def validate(self):
233232
super().validate()
@@ -304,7 +303,6 @@ def from_type_str(cls, abi_type, registry):
304303

305304
class BytesDecoder(decoding.FixedByteSizeDecoder):
306305
is_big_endian = False
307-
is_dynamic = True
308306

309307
@staticmethod
310308
def decoder_fn(data):

0 commit comments

Comments
 (0)