ソースを参照

Merge pull request #3337 from karalabe/core-driveby-cleanup

core: remove dead event
Péter Szilágyi 9 年 前
コミット
f59d8cde26
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 }