Skip to content

Commit 17e03d6

Browse files
danceratopzSamWilsn
authored andcommitted
fix(t8n): return the receipts list
1 parent f310a20 commit 17e03d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_spec_tools/evm_tools/t8n/t8n_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def json_encode_receipts(self) -> Any:
350350

351351
receipts_json.append(receipt_dict)
352352

353-
return receipt_dict
353+
return receipts_json
354354

355355
def to_json(self) -> Any:
356356
"""Encode the result to JSON"""

0 commit comments

Comments
 (0)