mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +00:00
rm: snapshot found log in bor consensus (#504)
This commit is contained in:
parent
43e5d3aa09
commit
c724671172
1 changed files with 0 additions and 2 deletions
|
|
@ -535,8 +535,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