mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
fix linter warning (#4133)
This commit is contained in:
parent
de606406c9
commit
da2b269034
@ -149,6 +149,7 @@ func (s *Snapshot) copy() *Snapshot {
|
|||||||
return cpy
|
return cpy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//nolint
|
||||||
func (s *Snapshot) isMajorityFork(forkHash string) bool {
|
func (s *Snapshot) isMajorityFork(forkHash string) bool {
|
||||||
ally := 0
|
ally := 0
|
||||||
for _, h := range s.RecentForkHashes {
|
for _, h := range s.RecentForkHashes {
|
||||||
|
Loading…
Reference in New Issue
Block a user