Skip to content

Commit

Permalink
fix: last index for state sub (ethereum#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkanani authored Jul 15, 2020
1 parent 5da86c0 commit f8673af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/filters/filter_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const (
PendingTransactionsSubscription
// BlocksSubscription queries hashes for blocks that are imported
BlocksSubscription
// LastSubscription keeps track of the last index
LastIndexSubscription
//StateSubscription to listen main chain state
StateSubscription
// LastIndexSubscription keeps track of the last index
LastIndexSubscription
)

const (
Expand Down

0 comments on commit f8673af

Please sign in to comment.