Skip to content

Commit

Permalink
fix additional contracts encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 12, 2024
1 parent c2e5482 commit 286791f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def new_additionsl_contracts_file_for_el_cl_genesis_data(
):

additional_contracts_json = network_params.additional_preloaded_contracts
if additional_contracts_json != "string":
if type(additional_contracts_json) != "string":
additional_contracts_json = json.encode(additional_contracts_json)

return {
Expand Down

0 comments on commit 286791f

Please sign in to comment.