mirror of
https://github.com/lightning/bolts.git
synced 2025-02-23 06:35:18 +01:00
peer-protocol: Add link to channel failure in 05
To 'fail a channel' is mentioned multiple places in this BOLT without any mention or definition of what that means. This adds a link to the relevant text in BOLT 05 in the first place that we mention 'fail the channel'.
This commit is contained in:
parent
2f72c225ea
commit
0087a64244
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ would be eliminated as dust. The similar requirements in
|
|||
`accept_channel` ensure that both sides' `channel_reserve_satoshis`
|
||||
are above both `dust_limit_satoshis`.
|
||||
|
||||
Details for how to handle a channel failure can be found in [BOLT 5:Failing a Channel](05-onchain.md#failing-a-channel).
|
||||
|
||||
#### Future
|
||||
|
||||
It would be easy to have a local feature bit which indicated that a
|
||||
|
|
Loading…
Add table
Reference in a new issue