From 9c70f499014ed484604a83f05611df864c43e333 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 15 Mar 2019 02:29:42 -0700 Subject: [PATCH] watchtower/wtwire/create_session_reply: remove extra Reject from code --- watchtower/wtwire/create_session_reply.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watchtower/wtwire/create_session_reply.go b/watchtower/wtwire/create_session_reply.go index da4867f2..9b63b08c 100644 --- a/watchtower/wtwire/create_session_reply.go +++ b/watchtower/wtwire/create_session_reply.go @@ -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.