mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +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
|
||||
}
|
||||
|
||||
log.Info("Snapshot has been found in", "headers depth", len(headers))
|
||||
|
||||
// check if snapshot is nil
|
||||
if snap == nil {
|
||||
return nil, fmt.Errorf("Unknown error while retrieving snapshot at block number %v", number)
|
||||
|
|
|
|||
Loading…
Reference in a new issue