good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 529c5028 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

core: remove dead event

parent c04c8f10
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,6 @@ type PendingLogsEvent struct { ...@@ -38,9 +38,6 @@ type PendingLogsEvent struct {
// PendingStateEvent is posted pre mining and notifies of pending state changes. // PendingStateEvent is posted pre mining and notifies of pending state changes.
type PendingStateEvent struct{} 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. // NewMinedBlockEvent is posted when a block has been imported.
type NewMinedBlockEvent struct{ Block *types.Block } type NewMinedBlockEvent struct{ Block *types.Block }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment