mirror of https://github.com/status-im/op-geth.git
Merge pull request #3337 from karalabe/core-driveby-cleanup
core: remove dead event
This commit is contained in:
commit
f59d8cde26
|
@ -38,9 +38,6 @@ type PendingLogsEvent struct {
|
||||||
// PendingStateEvent is posted pre mining and notifies of pending state changes.
|
// PendingStateEvent is posted pre mining and notifies of pending state changes.
|
||||||
type PendingStateEvent struct{}
|
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.
|
// NewMinedBlockEvent is posted when a block has been imported.
|
||||||
type NewMinedBlockEvent struct{ Block *types.Block }
|
type NewMinedBlockEvent struct{ Block *types.Block }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue