watchtower/wtwire/create_session_reply: add reject blob type code

This commit is contained in:
Conner Fromknecht 2019-01-10 15:35:12 -08:00
parent b746bf86c2
commit 4f3655ba93
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

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