Skip to content

Commit

Permalink
Merge branch 'off-chain-warp-messages' into fetch-warp-numerator-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball authored Feb 6, 2024
2 parents e7a6e7a + b8150bc commit eb4f790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions messages/off-chain-registry/message_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func (m *messageManager) ShouldSendMessage(unsignedMessage *warp.UnsignedMessage
if strings.Contains(err.Error(), revertVersionNotFoundString) {
return true, nil
}

m.logger.Error(
"Failed to get address from version",
zap.Error(err),
Expand All @@ -139,7 +138,7 @@ func (m *messageManager) ShouldSendMessage(unsignedMessage *warp.UnsignedMessage
if strings.Contains(err.Error(), revertAddressNotFoundString) {
return true, nil
}
m.logger.Info(
m.logger.Error(
"Failed to get version from address",
zap.Error(err),
)
Expand Down

0 comments on commit eb4f790

Please sign in to comment.