diff --git a/consensus/quorum/quorum.go b/consensus/quorum/quorum.go index 71082884cc..0c0960a23e 100644 --- a/consensus/quorum/quorum.go +++ b/consensus/quorum/quorum.go @@ -179,6 +179,7 @@ func (s *cIdentities) IndexOf(pubKey *bls.PublicKey) int { for k, v := range s.publicKeys { if v.IsEqual(pubKey) { idx = k + break } } return idx