Skip to content

Commit

Permalink
Merge branch 'kishan/fix/equivocatory-vote-multiplicity' of github.co…
Browse files Browse the repository at this point in the history
…m:ChainSafe/gossamer into kishan/fix/equivocatory-vote-multiplicity
  • Loading branch information
kishansagathiya committed May 3, 2022
2 parents c337f31 + cd39891 commit 7ddd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grandpa/message_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ func Test_getEquivocatoryVoters(t *testing.T) {
require.NoError(t, err)
require.Len(t, eqv, 5)

// test that getEquivocatoryVoters if a voter has more than two equivocatory votes
// test that getEquivocatoryVoters returns an error if a voter has more than two equivocatory votes
authData = append(authData, AuthData{
AuthorityID: ed25519Keyring.Alice().Public().(*ed25519.PublicKey).AsBytes(),
})
Expand Down

0 comments on commit 7ddd666

Please sign in to comment.