mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
demote logs for fork validator (#8118)
This commit is contained in:
parent
b4cf5f5be4
commit
42101f529e
@ -145,7 +145,7 @@ func (fv *ForkValidator) ValidatePayload(tx kv.Tx, header *types.Header, body *t
|
||||
return
|
||||
}
|
||||
|
||||
log.Info("Execution ForkValidator.ValidatePayload", "extendCanonical", extendCanonical)
|
||||
log.Debug("Execution ForkValidator.ValidatePayload", "extendCanonical", extendCanonical)
|
||||
if extendCanonical {
|
||||
extendingFork := memdb.NewMemoryBatch(tx, fv.tmpDir)
|
||||
fv.extendingForkNotifications = &shards.Notifications{
|
||||
@ -182,7 +182,7 @@ func (fv *ForkValidator) ValidatePayload(tx kv.Tx, header *types.Header, body *t
|
||||
return
|
||||
}
|
||||
|
||||
log.Info("Execution ForkValidator.ValidatePayload", "foundCanonical", foundCanonical, "currentHash", currentHash, "unwindPoint")
|
||||
log.Debug("Execution ForkValidator.ValidatePayload", "foundCanonical", foundCanonical, "currentHash", currentHash, "unwindPoint")
|
||||
|
||||
var bodiesChain []*types.RawBody
|
||||
var headersChain []*types.Header
|
||||
|
Loading…
Reference in New Issue
Block a user