fix: last index for state sub (#79)

This commit is contained in:
Jaynti Kanani 2020-07-15 12:43:39 +05:30 committed by GitHub
parent 5da86c0df4
commit f8673af612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 (