2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00
This commit is contained in:
Owen Gunden 2021-09-10 14:54:36 -04:00 committed by GitHub
parent a34f9df604
commit 10f5995f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ From the announcements and updates, Alice knows the following information about
* A +short_channel_id+ (short channel ID) for each channel, that Alice can use to reference the channel, when constructing the path
* An +cltv_expiry_delta+ (timelock delta) which Alice can add to the expiry time for each HTLC
* A +cltv_expiry_delta+ (timelock delta) which Alice can add to the expiry time for each HTLC
* A +fee_base_msat+ and +fee_proportional_millionths+ which Alice can use to calculate the total routing fee expected by that node for relay on that channel.