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.
2 parents c337f31 + cd39891 commit 7ddd666Copy full SHA for 7ddd666
lib/grandpa/message_handler_test.go
@@ -815,7 +815,7 @@ func Test_getEquivocatoryVoters(t *testing.T) {
815
require.NoError(t, err)
816
require.Len(t, eqv, 5)
817
818
- // 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
819
authData = append(authData, AuthData{
820
AuthorityID: ed25519Keyring.Alice().Public().(*ed25519.PublicKey).AsBytes(),
821
})
0 commit comments