Преглед на файлове

core: remove dead event

Péter Szilágyi преди 9 години
родител
ревизия
529c502876
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      core/events.go

+ 0 - 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 }