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 2d56c82 commit 1194670Copy full SHA for 1194670
common/tss.go
@@ -880,7 +880,8 @@ func (t *TssCommon) processTSSMsg(
880
return t.applyShare(localCacheItem, threshold, key, msgType)
881
}
882
883
-// todo should we skip unknown message types?
+// TODO should we skip unknown message types?
884
+// https://github.com/zeta-chain/go-tss/issues/57
885
func getBroadcastMessageType(msgType messages.THORChainTSSMessageType) messages.THORChainTSSMessageType {
886
switch msgType {
887
case messages.TSSKeyGenMsg:
0 commit comments