mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-03 21:48:36 +00:00
eth/tracers: remove note about breaking change in IntermediateRoots
This commit is contained in:
parent
99c4e241fa
commit
af72fce7f1
1 changed files with 0 additions and 4 deletions
|
|
@ -551,10 +551,6 @@ func (api *API) IntermediateRoots(ctx context.Context, hash common.Hash, config
|
||||||
roots = append(roots, statedb.IntermediateRoot(deleteEmptyObjects))
|
roots = append(roots, statedb.IntermediateRoot(deleteEmptyObjects))
|
||||||
logs = append(logs, statedb.GetLogs(tx.Hash(), block.NumberU64(), block.Hash(), block.Time())...)
|
logs = append(logs, statedb.GetLogs(tx.Hash(), block.NumberU64(), block.Hash(), block.Time())...)
|
||||||
}
|
}
|
||||||
// TODO(rjl) it's a behavioral change, need to discuss with team
|
|
||||||
// Run post-execution system calls
|
|
||||||
// core.PostExecution(ctx, chainConfig, block.Number(), block.Time(), logs, evm)
|
|
||||||
// roots = append(roots, statedb.IntermediateRoot(deleteEmptyObjects))
|
|
||||||
return roots, nil
|
return roots, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue