Skip to content

Commit 1194670

Browse files
committed
add issue
1 parent 2d56c82 commit 1194670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/tss.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,8 @@ func (t *TssCommon) processTSSMsg(
880880
return t.applyShare(localCacheItem, threshold, key, msgType)
881881
}
882882

883-
// todo should we skip unknown message types?
883+
// TODO should we skip unknown message types?
884+
// https://github.com/zeta-chain/go-tss/issues/57
884885
func getBroadcastMessageType(msgType messages.THORChainTSSMessageType) messages.THORChainTSSMessageType {
885886
switch msgType {
886887
case messages.TSSKeyGenMsg:

0 commit comments

Comments
 (0)