watchtower/wtwire/create_session_reply: add reject blob type code
This commit is contained in:
parent
b746bf86c2
commit
4f3655ba93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user