core: remove dead event

pull/3337/head
Péter Szilágyi 8 years ago
parent c04c8f10f0
commit 529c502876
No known key found for this signature in database
GPG Key ID: 119A76381CCB7DD2
  1. 3
      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 }

Loading…
Cancel
Save