aboutsummaryrefslogtreecommitdiff
path: root/core/events.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/events.go')
-rw-r--r--core/events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/events.go b/core/events.go
index aa58d08..135d07f 100644
--- a/core/events.go
+++ b/core/events.go
@@ -25,7 +25,7 @@ import (
type NewTxsEvent struct{ Txs []*types.Transaction }
// NewTxPoolHeadEvent is posted when the pool head is updated.
-type NewTxPoolHeadEvent struct{ block *types.Block }
+type NewTxPoolHeadEvent struct{ Block *types.Block }
// PendingLogsEvent is posted pre mining and notifies of pending logs.
type PendingLogsEvent struct {