mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
Not to exclude traces to precompiles on the top level (#2635)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
This commit is contained in:
parent
ac086830fe
commit
450bd5d655
@ -269,7 +269,7 @@ func (ot *OeTracer) CaptureStart(depth int, from common.Address, to common.Addre
|
||||
vmTrace.Code = code
|
||||
}
|
||||
}
|
||||
if precompile {
|
||||
if precompile && depth > 0 {
|
||||
ot.precompile = true
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user