diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/events.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/events.go b/core/events.go index 8d200f2a2..710bdb589 100644 --- a/core/events.go +++ b/core/events.go @@ -29,9 +29,6 @@ type PendingLogsEvent struct { Logs []*types.Log } -// PendingStateEvent is posted pre mining and notifies of pending state changes. -type PendingStateEvent struct{} - // NewMinedBlockEvent is posted when a block has been imported. type NewMinedBlockEvent struct{ Block *types.Block } |