Skip to content

Commit efb2deb

Browse files
committed
correct lnd node syntax graph::import-network
1 parent d56b880 commit efb2deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _import_network(graph_file_path, output_path):
333333
tank = f"tank-{index:04d}"
334334
pk_to_tank[node["pub_key"]] = tank
335335
tank_to_pk[tank] = node["pub_key"]
336-
tanks[tank] = {"name": tank, "ln": {"lnd": True}, "lnd": {"channels": []}}
336+
tanks[tank] = {"name": tank, "lnd": {"enabled": True, "channels": []}}
337337
index += 1
338338
print(f"Imported {index} nodes")
339339

0 commit comments

Comments
 (0)