From 529c50287650f8e70da21f223e47fa40a4ddb112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Thu, 24 Nov 2016 15:23:01 +0200 Subject: core: remove dead event --- core/events.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'core') diff --git a/core/events.go b/core/events.go index bed8c7b90..322bcb769 100644 --- a/core/events.go +++ b/core/events.go @@ -38,9 +38,6 @@ type PendingLogsEvent struct { // PendingStateEvent is posted pre mining and notifies of pending state changes. type PendingStateEvent struct{} -// NewBlockEvent is posted when a block has been imported. -type NewBlockEvent struct{ Block *types.Block } - // NewMinedBlockEvent is posted when a block has been imported. type NewMinedBlockEvent struct{ Block *types.Block } -- cgit v1.2.3