diff --git a/paychmgr/simple.go b/paychmgr/simple.go index 67b5a4f41..d9f9b0682 100644 --- a/paychmgr/simple.go +++ b/paychmgr/simple.go @@ -407,6 +407,7 @@ func (ca *channelAccessor) mutateChannelInfo(channelID string, mutate func(*Chan // the message, and then record that the message was sent. if err != nil { log.Errorf("Error reading channel info from store: %s", err) + return } mutate(channelInfo)