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 d56b880 commit efb2debCopy full SHA for efb2deb
src/warnet/graph.py
@@ -333,7 +333,7 @@ def _import_network(graph_file_path, output_path):
333
tank = f"tank-{index:04d}"
334
pk_to_tank[node["pub_key"]] = tank
335
tank_to_pk[tank] = node["pub_key"]
336
- tanks[tank] = {"name": tank, "ln": {"lnd": True}, "lnd": {"channels": []}}
+ tanks[tank] = {"name": tank, "lnd": {"enabled": True, "channels": []}}
337
index += 1
338
print(f"Imported {index} nodes")
339
0 commit comments