File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ import (
24
24
// TxPreEvent is posted when a transaction enters the transaction pool.
25
25
type TxPreEvent struct { Tx * types.Transaction }
26
26
27
- // TxPostEvent is posted when a transaction has been processed.
28
- type TxPostEvent struct { Tx * types.Transaction }
29
-
30
27
// PendingLogsEvent is posted pre mining and notifies of pending logs.
31
28
type PendingLogsEvent struct {
32
29
Logs []* types.Log
@@ -54,17 +51,4 @@ type ChainSideEvent struct {
54
51
Block * types.Block
55
52
}
56
53
57
- type PendingBlockEvent struct {
58
- Block * types.Block
59
- Logs []* types.Log
60
- }
61
-
62
- type ChainUncleEvent struct {
63
- Block * types.Block
64
- }
65
-
66
54
type ChainHeadEvent struct { Block * types.Block }
67
-
68
- // Mining operation events
69
- type StartMining struct {}
70
- type TopMining struct {}
You can’t perform that action at this time.
0 commit comments