Skip to content

Commit

Permalink
remove wontfix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco de Borja Aranda Castillejo <[email protected]>
  • Loading branch information
Francisco de Borja Aranda Castillejo committed Jul 12, 2024
1 parent 3efcbf4 commit ef23640
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/observer/keeper/msg_server_vote_tss.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ func (k msgServer) VoteTSS(goCtx context.Context, msg *types.MsgVoteTSS) (*types
return &types.MsgVoteTSSResponse{}, types.ErrKeygenCompleted
}

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

0 comments on commit ef23640

Please sign in to comment.