We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225be81 commit 8c76cf1Copy full SHA for 8c76cf1
1 file changed
tss/ecdsa/common/base.go
@@ -78,7 +78,6 @@ func (b *BaseTss) ProcessInboundMessages(ctx context.Context, msgChan chan *comm
78
return
79
}
80
b.Log.Debug().Msgf("Updated party with message from %s", wMsg.From)
81
- return
82
}(wMsg)
83
84
case <-ctx.Done():
0 commit comments