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 dbc2e52 commit 7f0a082Copy full SHA for 7f0a082
src/warnet/cln.py
@@ -108,8 +108,6 @@ def get_graph_channels(self) -> list[LNChannel]:
108
109
@staticmethod
110
def lnchannel_from_json(node1: object, node2: object) -> LNChannel:
111
- assert node1["short_channel_id"] == node2["short_channel_id"]
112
- assert node1["direction"] != node2["direction"]
113
if not node1:
114
raise ValueError("node1 can't be None")
115
0 commit comments