Skip to content

Commit

Permalink
Log signers
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed May 10, 2024
1 parent bd8dda9 commit 12d64f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion message/validation/signed_ssv_message.go
Expand Up @@ -10,6 +10,7 @@ import (
spectypes "github.com/ssvlabs/ssv-spec/types"
"golang.org/x/exp/slices"

"github.com/bloxapp/ssv/logging/fields"
"github.com/bloxapp/ssv/network/commons"
ssvmessage "github.com/bloxapp/ssv/protocol/v2/message"
)
Expand All @@ -35,7 +36,7 @@ func (mv *messageValidator) decodeSignedSSVMessage(pMsg *pubsub.Message) (*spect
return nil, e
}

mv.logger.Info("decodeSignedSSVMessage received post-fork message")
mv.logger.Info("decodeSignedSSVMessage received post-fork message", fields.OperatorIDs(signedSSVMessage.OperatorIDs))

return signedSSVMessage, nil
}
Expand Down

0 comments on commit 12d64f3

Please sign in to comment.