Skip to content

Commit f59d8cd

Browse files
authored
Merge pull request #3337 from karalabe/core-driveby-cleanup
core: remove dead event
2 parents c04c8f1 + 529c502 commit f59d8cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/events.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ type PendingLogsEvent struct {
3838
// PendingStateEvent is posted pre mining and notifies of pending state changes.
3939
type PendingStateEvent struct{}
4040

41-
// NewBlockEvent is posted when a block has been imported.
42-
type NewBlockEvent struct{ Block *types.Block }
43-
4441
// NewMinedBlockEvent is posted when a block has been imported.
4542
type NewMinedBlockEvent struct{ Block *types.Block }
4643

0 commit comments

Comments
 (0)