Skip to content

Commit 33d0485

Browse files
author
Francisco de Borja Aranda Castillejo
committed
remove wontfix issues
Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]>
1 parent 6716468 commit 33d0485

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x/observer/keeper/msg_server_vote_tss.go

-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ func (k msgServer) VoteTSS(goCtx context.Context, msg *types.MsgVoteTSS) (*types
4444
return &types.MsgVoteTSSResponse{}, types.ErrKeygenCompleted
4545
}
4646

47-
// add votes and set Ballot
4847
// GetBallot checks against the supported chains list before querying for Ballot
49-
// TODO : https://github.com/zeta-chain/node/issues/896
5048
ballotCreated := false
5149
index := msg.Digest()
5250
ballot, found := k.GetBallot(ctx, index)

0 commit comments

Comments
 (0)