mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
Fix Gnosis sync from scratch (#7890)
Fix an issue with historical block execution introduced by PR #7727
This commit is contained in:
parent
23f5377614
commit
1842330d55
@ -642,7 +642,7 @@ func (c *AuRa) Initialize(config *chain.Config, chain consensus.ChainHeaderReade
|
||||
}
|
||||
|
||||
syscall := func(addr libcommon.Address, data []byte) ([]byte, error) {
|
||||
return syscallCustom(addr, data, state, header, true)
|
||||
return syscallCustom(addr, data, state, header, false /* constCall */)
|
||||
}
|
||||
c.certifierLock.Lock()
|
||||
if c.cfg.Registrar != nil && c.certifier == nil && config.IsLondon(blockNum) {
|
||||
|
Loading…
Reference in New Issue
Block a user