From 018df6be5b6345d2f557aa43504e5938893e04ee Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 3 Dec 2024 16:44:26 +0100 Subject: [PATCH] rm onreorg type --- core/tracing/hooks.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/tracing/hooks.go b/core/tracing/hooks.go index d31763665a..d5703ffdec 100644 --- a/core/tracing/hooks.go +++ b/core/tracing/hooks.go @@ -135,9 +135,6 @@ type ( // GenesisBlockHook is called when the genesis block is being processed. GenesisBlockHook = func(genesis *types.Block, alloc types.GenesisAlloc) - // ReorgHook is called when a segment of the chain is reverted. - ReorgHook = func(reverted []*types.Block) - // OnSystemCallStartHook is called when a system call is about to be executed. Today, // this hook is invoked when the EIP-4788 system call is about to be executed to set the // beacon block root.