mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
rm todo
This commit is contained in:
parent
ae5e50da7a
commit
4f9fc174d8
1 changed files with 8 additions and 9 deletions
|
|
@ -52,7 +52,6 @@ func NewRecoverTracer(node *node.Node, child *tracing.Hooks) (*tracing.Hooks, er
|
||||||
OnFault: rt.OnFault,
|
OnFault: rt.OnFault,
|
||||||
OnGasChange: rt.OnGasChange,
|
OnGasChange: rt.OnGasChange,
|
||||||
OnBlockchainInit: rt.OnBlockchainInit,
|
OnBlockchainInit: rt.OnBlockchainInit,
|
||||||
// TODO: how does OnClose interplay with node shutdown. don't create recursive dependency.
|
|
||||||
OnClose: rt.OnClose,
|
OnClose: rt.OnClose,
|
||||||
OnBlockStart: rt.OnBlockStart,
|
OnBlockStart: rt.OnBlockStart,
|
||||||
OnBlockEnd: rt.OnBlockEnd,
|
OnBlockEnd: rt.OnBlockEnd,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue