Commit e80870b3 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: blockscout bad return (#685)

parent 293001a1
...@@ -638,9 +638,6 @@ def run(plan, args={}): ...@@ -638,9 +638,6 @@ def run(plan, args={}):
output = struct( output = struct(
grafana_info=grafana_info, grafana_info=grafana_info,
blockscout_sc_verif_url=None
if ("blockscout" in args_with_right_defaults.additional_services) == False
else blockscout_sc_verif_url,
all_participants=all_participants, all_participants=all_participants,
pre_funded_accounts=genesis_constants.PRE_FUNDED_ACCOUNTS, pre_funded_accounts=genesis_constants.PRE_FUNDED_ACCOUNTS,
network_params=network_params, network_params=network_params,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment