pull/3432/head
Rongjian Lan 4 years ago
parent a5b40666fd
commit a7ebc10ef5
  1. 2
      consensus/quorum/quorum.go

@ -274,7 +274,7 @@ func (s *cIdentities) SignersCount(p Phase) int64 {
}
}
func (s *cIdentities) SubmitVote(
func (s *cIdentities) submitVote(
p Phase, pubkeys []bls.SerializedPublicKey,
sig *bls_core.Sign, headerHash common.Hash,
height, viewID uint64,

Loading…
Cancel
Save