finally merged *the missing*
This commit is contained in:
@ -38,6 +38,10 @@ type PendingBlockEvent struct {
|
||||
Logs state.Logs
|
||||
}
|
||||
|
||||
type ChainUncleEvent struct {
|
||||
Block *types.Block
|
||||
}
|
||||
|
||||
type ChainHeadEvent struct{ Block *types.Block }
|
||||
|
||||
// Mining operation events
|
||||
|
Reference in New Issue
Block a user