Skip to content

Commit 8c76cf1

Browse files
committed
Remove redundant return statement
1 parent 225be81 commit 8c76cf1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tss/ecdsa/common/base.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ func (b *BaseTss) ProcessInboundMessages(ctx context.Context, msgChan chan *comm
7878
return
7979
}
8080
b.Log.Debug().Msgf("Updated party with message from %s", wMsg.From)
81-
return
8281
}(wMsg)
8382
}
8483
case <-ctx.Done():

0 commit comments

Comments
 (0)