OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Tue, 25 Jun 2019 12:16:23 +0000 (20:16 +0800)
committerChengcheng Zhang <943420582@qq.com>
Tue, 25 Jun 2019 12:16:23 +0000 (20:16 +0800)
database/store_key.go

index cc00839..e77e055 100644 (file)
@@ -25,7 +25,7 @@ const (
        TxIndexPrefix       = "TID:"  //TxIndexPrefix is wallet database tx index prefix
        UnconfirmedTxPrefix = "UTXS:" //UnconfirmedTxPrefix is txpool unconfirmed transactions prefix
        GlobalTxIndexPrefix = "GTID:" //GlobalTxIndexPrefix is wallet database global tx index prefix
-       WalletKey           = "walletInfo"
+       WalletKey           = "WalletInfo"
        MiningAddressKey    = "MiningAddress"
        CoinbaseAbKey       = "CoinbaseArbitrary"
 )