mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
rm onreorg type
This commit is contained in:
parent
4acea3bc8a
commit
018df6be5b
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue