OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Sat, 22 Jun 2019 09:18:54 +0000 (17:18 +0800)
committerChengcheng Zhang <943420582@qq.com>
Sat, 22 Jun 2019 09:18:54 +0000 (17:18 +0800)
wallet/indexer.go

index 32ca27f..b281fb8 100644 (file)
@@ -24,7 +24,7 @@ const (
        TxPrefix = "TXS:"
        //TxIndexPrefix is wallet database tx index prefix
        TxIndexPrefix = "TID:"
-       //TxIndexPrefix is wallet database global tx index prefix
+       //GlobalTxIndexPrefix is wallet database global tx index prefix
        GlobalTxIndexPrefix = "GTID:"
 )