mirror of
https://github.com/lightning/bolts.git
synced 2025-02-22 06:21:48 +01:00
bolt04: Specify that temporary channel failure also includes a channel_update
This commit is contained in:
parent
f6186dba00
commit
48df730d42
1 changed files with 3 additions and 0 deletions
|
@ -533,6 +533,9 @@ If an otherwise unspecified transient error occurs for the outgoing
|
|||
channel (eg. peer unresponsive, channel capacity reached):
|
||||
|
||||
1. type: 7 (`temporary_channel_failure`)
|
||||
2. data:
|
||||
* [2:len]
|
||||
* [len:channel_update]
|
||||
|
||||
If an otherwise unspecified permanent error occurs for the outgoing
|
||||
channel (eg. channel (recently) closed):
|
||||
|
|
Loading…
Add table
Reference in a new issue