We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3df3f commit 0ad0e77Copy full SHA for 0ad0e77
simplex/block_builder.go
@@ -80,7 +80,7 @@ func (b *BlockBuilder) incomingBlock(ctx context.Context) error {
80
if msg == common.PendingTxs {
81
return nil
82
}
83
- b.log.Warn("Received unexpected message", zap.String("message", msg.String()))
+ b.log.Info("Received unexpected message", zap.String("message", msg.String()))
84
85
86
0 commit comments