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 d7048fb commit f1b1accCopy full SHA for f1b1acc
services/voting-node/voting_node/importer.py
@@ -118,7 +118,6 @@ async def snapshot_import(self, event_id: int):
118
network_ids=network_ids,
119
snapshot_tool_path=os.environ.get("SNAPSHOT_TOOL_PATH", "snapshot_tool"),
120
catalyst_toolbox_path=os.environ.get("CATALYST_TOOLBOX_PATH", "catalyst-toolbox"),
121
- gvc_api_url=os.environ["GVC_API_URL"],
122
ssh_config=ssh_config,
123
)
124
try:
0 commit comments