We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04c8f1 commit 529c502Copy full SHA for 529c502
core/events.go
@@ -38,9 +38,6 @@ type PendingLogsEvent struct {
38
// PendingStateEvent is posted pre mining and notifies of pending state changes.
39
type PendingStateEvent struct{}
40
41
-// NewBlockEvent is posted when a block has been imported.
42
-type NewBlockEvent struct{ Block *types.Block }
43
-
44
// NewMinedBlockEvent is posted when a block has been imported.
45
type NewMinedBlockEvent struct{ Block *types.Block }
46
0 commit comments