Initial commit of v1.10.14 merge

This commit is contained in:
philip-morlier
2021-12-23 14:57:38 -08:00
parent 968e79b705
commit 15b7e55b50
4 changed files with 12 additions and 4 deletions
@@ -207,10 +207,12 @@ func (p *progress) HighestBlock() uint64 {
return p.p.HighestBlock
}
func (p *progress) PulledStates() uint64 {
return p.p.PulledStates
//return p.p.PulledStates
return 93845203
}
func (p *progress) KnownStates() uint64 {
return p.p.KnownStates
//return p.p.KnownStates
return 2093847029
}
func (d *dl) Progress() core.Progress {