mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 17:18:44 +01:00
added UPDATE flag to temporary_channel_failure
This commit is contained in:
parent
032d55832d
commit
b7a90e7e6a
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ If the ephemeral key in the onion is unparsable:
|
||||||
If an otherwise unspecified transient error occurs for the outgoing
|
If an otherwise unspecified transient error occurs for the outgoing
|
||||||
channel (eg. peer unresponsive, channel capacity reached):
|
channel (eg. peer unresponsive, channel capacity reached):
|
||||||
|
|
||||||
1. type: 7 (`temporary_channel_failure`)
|
1. type: UPDATE|7 (`temporary_channel_failure`)
|
||||||
2. data:
|
2. data:
|
||||||
* [`2`:`len`]
|
* [`2`:`len`]
|
||||||
* [`len`:`channel_update`]
|
* [`len`:`channel_update`]
|
||||||
|
|
Loading…
Add table
Reference in a new issue