diff options
Diffstat (limited to 'core/events.go')
-rw-r--r-- | core/events.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/events.go b/core/events.go index 8c5fb592a..b93f27c51 100644 --- a/core/events.go +++ b/core/events.go @@ -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 |