1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-03-10 17:18:44 +01:00

Remove trailing whitespace

This commit is contained in:
practicalswift 2018-01-30 14:56:52 +10:30 committed by Rusty Russell
parent 58f6a70889
commit 2c3466a2af
8 changed files with 27 additions and 27 deletions

View file

@ -614,13 +614,13 @@ Consider the following scenario, where A sends an HTLC to B, who
forwards to C, who delivers the goods as soon as the payment is forwards to C, who delivers the goods as soon as the payment is
received. received.
1. C needs to be sure that the HTLC from B cannot time out, even if B becomes 1. C needs to be sure that the HTLC from B cannot time out, even if B becomes
unresponsive; i.e. C can fulfill the incoming HTLC on-chain before B can unresponsive; i.e. C can fulfill the incoming HTLC on-chain before B can
time it out on-chain. time it out on-chain.
2. B needs to be sure that if C fulfills the HTLC from B, it can fulfill the 2. B needs to be sure that if C fulfills the HTLC from B, it can fulfill the
incoming HTLC from A; i.e. B can get the preimage from C and fulfill the incoming incoming HTLC from A; i.e. B can get the preimage from C and fulfill the incoming
HTLC on-chain before A can time it out on-chain. HTLC on-chain before A can time it out on-chain.
The critical settings here are the `cltv_expiry_delta` in The critical settings here are the `cltv_expiry_delta` in
[BOLT #7](07-routing-gossip.md#the-channel_update-message) and the [BOLT #7](07-routing-gossip.md#the-channel_update-message) and the