diff options
Diffstat (limited to 'core/events.go')
-rw-r--r-- | core/events.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/events.go b/core/events.go index e76aa4784..1231daa37 100644 --- a/core/events.go +++ b/core/events.go @@ -47,6 +47,8 @@ type ChainSideEvent struct { type ChainHeadEvent struct{ Block *types.Block } +type BlockConfirmedEvent struct{ Block *types.Block } + type NewNotarySetEvent struct { Round uint64 Pubkeys map[string]struct{} // pubkeys in hex format |