From 2b99b89e5af0cf9feca3ab532629f8fab3858edc Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 31 Oct 2018 18:21:55 +0800 Subject: core: tx_pool: remove transactions on BlockConfirmed event --- core/events.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/events.go') 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 -- cgit