diff options
author | Determinant <[email protected]> | 2019-10-21 17:34:00 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-10-21 17:34:00 -0400 |
commit | f0fdb5dfb215bebc54d2a62e54f0c7ae3e71ff91 (patch) | |
tree | d435d2b2e0ca3e8b6255c3b12b49e8a9ac7f0575 /core/events.go | |
parent | 190b04fcbcadf4807c5c2bb0ef9e528bbff62e32 (diff) |
...
Diffstat (limited to 'core/events.go')
-rw-r--r-- | core/events.go | 2 |
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 { |