Skip to content

Commit

Permalink
relayer: apprequest_network_signer delete duplicate log
Browse files Browse the repository at this point in the history
  • Loading branch information
najeal committed Jun 16, 2024
1 parent 45d5130 commit 0f647f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relayer/apprequest_network_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ type AppRequestMessageSigner struct {
}

func (s *AppRequestMessageSigner) SignMessage(unsignedMessage *avalancheWarp.UnsignedMessage) (*avalancheWarp.Message, error) {
s.logger.Info("Fetching aggregate signature from the source chain validators via AppRequest")
s.logger.Info(
"Fetching aggregate signature from the source chain validators via AppRequest",
zap.String("warpMessageID", unsignedMessage.ID().String()),
Expand Down

0 comments on commit 0f647f6

Please sign in to comment.