good morning!!!!

Skip to content
Snippets Groups Projects
Commit f321ed23 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

Merge pull request #14687 from markya0616/unused_events

core: remove unused events
parents 413dc1d2 beb708e6
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,6 @@ import (
// TxPreEvent is posted when a transaction enters the transaction pool.
type TxPreEvent struct{ Tx *types.Transaction }
// TxPostEvent is posted when a transaction has been processed.
type TxPostEvent struct{ Tx *types.Transaction }
// PendingLogsEvent is posted pre mining and notifies of pending logs.
type PendingLogsEvent struct {
Logs []*types.Log
......@@ -54,17 +51,4 @@ type ChainSideEvent struct {
Block *types.Block
}
type PendingBlockEvent struct {
Block *types.Block
Logs []*types.Log
}
type ChainUncleEvent struct {
Block *types.Block
}
type ChainHeadEvent struct{ Block *types.Block }
// Mining operation events
type StartMining struct{}
type TopMining struct{}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment