diff --git a/eth/filters/filter_system.go b/eth/filters/filter_system.go
index 0a03e61223960dbfcc844e51f58aaa18a38fcdad..40746b4036a3b4bc33778d325d0b8fd67cc22c09 100644
--- a/eth/filters/filter_system.go
+++ b/eth/filters/filter_system.go
@@ -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 (