1
0
Fork 0
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:
Christian Decker 2017-04-12 13:02:30 -07:00 committed by Rusty Russell
parent f6186dba00
commit 48df730d42

View file

@ -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):