watchtower/wtwire/create_session_reply: remove extra Reject from code

This commit is contained in:
Conner Fromknecht 2019-03-15 02:29:42 -07:00
parent 36cc1da8ea
commit 9c70f49901
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -14,9 +14,9 @@ const (
// reply was never received and/or processed by the client.
CreateSessionCodeAlreadyExists CreateSessionCode = 60
// CreateSessionCodeRejectRejectMaxUpdates the tower rejected the maximum
// CreateSessionCodeRejectMaxUpdates the tower rejected the maximum
// number of state updates proposed by the client.
CreateSessionCodeRejectRejectMaxUpdates CreateSessionCode = 61
CreateSessionCodeRejectMaxUpdates CreateSessionCode = 61
// CreateSessionCodeRejectRewardRate the tower rejected the reward rate
// proposed by the client.