Skip to content

Commit

Permalink
Remove hardcode test
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Feb 14, 2024
1 parent 553d715 commit f468d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stader/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ func makesNodeDiversityMessage(
}

func makesNodeDiversityRequest(msg *stader_backend.NodeDiversity, privateKey *ecdsa.PrivateKey) (*stader_backend.NodeDiversityRequest, error) {
msg.TotalNonTerminalKeys = 1
msgBytes, err := json.Marshal(msg)
if err != nil {
return nil, err
Expand Down

0 comments on commit f468d98

Please sign in to comment.