We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4127513 commit fc0c35bCopy full SHA for fc0c35b
chia/wallet/util/clvm_streamable.py
@@ -140,7 +140,7 @@ def json_deserialize_with_clvm_streamable(
140
old_streamable_fields = streamable_type.streamable_fields()
141
new_streamable_fields = []
142
for old_field in old_streamable_fields:
143
- if is_compound_type(old_field):
+ if is_compound_type(old_field.type):
144
inner_types = get_args(old_field.type)
145
new_streamable_fields.append(
146
dataclasses.replace(
0 commit comments