mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-25 20:32:56 +00:00
core: remove dead event
This commit is contained in:
parent
c04c8f10f0
commit
529c502876
1 changed files with 0 additions and 3 deletions
|
|
@ -38,9 +38,6 @@ type PendingLogsEvent struct {
|
|||
// PendingStateEvent is posted pre mining and notifies of pending state changes.
|
||||
type PendingStateEvent struct{}
|
||||
|
||||
// NewBlockEvent is posted when a block has been imported.
|
||||
type NewBlockEvent struct{ Block *types.Block }
|
||||
|
||||
// NewMinedBlockEvent is posted when a block has been imported.
|
||||
type NewMinedBlockEvent struct{ Block *types.Block }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue