mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-09 21:43:47 +00:00
rm: snapshot found log in bor consensus (#504)
This commit is contained in:
parent
95f551eccc
commit
84529a15cf
1 changed files with 0 additions and 2 deletions
|
|
@ -552,8 +552,6 @@ func (c *Bor) snapshot(chain consensus.ChainHeaderReader, number uint64, hash co
|
||||||
number, hash = number-1, header.ParentHash
|
number, hash = number-1, header.ParentHash
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("Snapshot has been found in", "headers depth", len(headers))
|
|
||||||
|
|
||||||
// check if snapshot is nil
|
// check if snapshot is nil
|
||||||
if snap == nil {
|
if snap == nil {
|
||||||
return nil, fmt.Errorf("unknown error while retrieving snapshot at block number %v", number)
|
return nil, fmt.Errorf("unknown error while retrieving snapshot at block number %v", number)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue