add minor comment for RouteEdge as clarification
This commit is contained in:
parent
4ac255a3b7
commit
a35c3b4903
@ -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…
Reference in New Issue
Block a user