mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 08:23:46 +00:00
fix: last index for state sub (#79)
This commit is contained in:
parent
5da86c0df4
commit
f8673af612
1 changed files with 2 additions and 2 deletions
|
|
@ -52,10 +52,10 @@ const (
|
||||||
PendingTransactionsSubscription
|
PendingTransactionsSubscription
|
||||||
// BlocksSubscription queries hashes for blocks that are imported
|
// BlocksSubscription queries hashes for blocks that are imported
|
||||||
BlocksSubscription
|
BlocksSubscription
|
||||||
// LastSubscription keeps track of the last index
|
|
||||||
LastIndexSubscription
|
|
||||||
//StateSubscription to listen main chain state
|
//StateSubscription to listen main chain state
|
||||||
StateSubscription
|
StateSubscription
|
||||||
|
// LastIndexSubscription keeps track of the last index
|
||||||
|
LastIndexSubscription
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue