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.
2 parents c04c8f1 + 529c502 commit f59d8cdCopy full SHA for f59d8cd
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