Browse Source

add minor comment for RouteEdge as clarification

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 7 years ago
committed by ThomasV
parent
commit
6d8cae11dd
  1. 1
      lib/lnrouter.py

1
lib/lnrouter.py

@ -142,6 +142,7 @@ class RouteEdge:
def __init__(self, node_id: bytes, short_channel_id: bytes,
channel_policy: ChannelInfoDirectedPolicy):
# "if you travel through short_channel_id, you will reach node_id"
self.node_id = node_id
self.short_channel_id = short_channel_id
self.channel_policy = channel_policy

Loading…
Cancel
Save