diff options
-rw-r--r-- | core/events.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/events.go b/core/events.go index bed8c7b90..322bcb769 100644 --- a/core/events.go +++ b/core/events.go @@ -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 } |