Explorar o código

core: remove dead event

Péter Szilágyi %!s(int64=9) %!d(string=hai) anos
pai
achega
529c502876
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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 }