OSDN Git Service

update
authorChengcheng Zhang <943420582@qq.com>
Mon, 24 Jun 2019 01:27:37 +0000 (09:27 +0800)
committerChengcheng Zhang <943420582@qq.com>
Mon, 24 Jun 2019 01:27:37 +0000 (09:27 +0800)
account/accounts.go

index dd83d7f..baf7018 100644 (file)
@@ -41,7 +41,7 @@ var (
        aliasPrefix         = []byte("AccountAlias:")
        contractIndexPrefix = []byte("ContractIndex:")
        contractPrefix      = []byte("Contract:")
-       miningAddressKey    = []byte("MiningAddress:")
+       miningAddressKey    = []byte("MiningAddress")
        CoinbaseAbKey       = []byte("CoinbaseArbitrary")
 )