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