mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
add minor comment for RouteEdge as clarification
This commit is contained in:
parent
36519a535b
commit
6d8cae11dd
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class RouteEdge:
|
||||||
|
|
||||||
def __init__(self, node_id: bytes, short_channel_id: bytes,
|
def __init__(self, node_id: bytes, short_channel_id: bytes,
|
||||||
channel_policy: ChannelInfoDirectedPolicy):
|
channel_policy: ChannelInfoDirectedPolicy):
|
||||||
|
# "if you travel through short_channel_id, you will reach node_id"
|
||||||
self.node_id = node_id
|
self.node_id = node_id
|
||||||
self.short_channel_id = short_channel_id
|
self.short_channel_id = short_channel_id
|
||||||
self.channel_policy = channel_policy
|
self.channel_policy = channel_policy
|
||||||
|
|
Loading…
Add table
Reference in a new issue