From 4f3655ba93d253503f7581a6aba1c3ba0f46d42a Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Thu, 10 Jan 2019 15:35:12 -0800 Subject: [PATCH] watchtower/wtwire/create_session_reply: add reject blob type code --- watchtower/wtwire/create_session_reply.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/watchtower/wtwire/create_session_reply.go b/watchtower/wtwire/create_session_reply.go index b1224cb84..da4867f29 100644 --- a/watchtower/wtwire/create_session_reply.go +++ b/watchtower/wtwire/create_session_reply.go @@ -25,6 +25,10 @@ const ( // CreateSessionCodeRejectSweepFeeRate the tower rejected the sweep fee // rate proposed by the client. CreateSessionCodeRejectSweepFeeRate CreateSessionCode = 63 + + // CreateSessionCodeRejectBlobType is returned when the tower does not + // support the proposed blob type. + CreateSessionCodeRejectBlobType CreateSessionCode = 64 ) // MaxCreateSessionReplyDataLength is the maximum size of the Data payload