From 48df730d4273965a39ce16333793e4d52f11868e Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 12 Apr 2017 13:02:30 -0700 Subject: [PATCH] bolt04: Specify that temporary channel failure also includes a channel_update --- 04-onion-routing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/04-onion-routing.md b/04-onion-routing.md index 03392a7..47bf0e7 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -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):