From 2e3ccc3e605ba37a4a90b2b38f3a284e5582d9d4 Mon Sep 17 00:00:00 2001 From: Chengcheng Zhang <943420582@qq.com> Date: Mon, 24 Jun 2019 09:27:37 +0800 Subject: [PATCH] update --- account/accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/accounts.go b/account/accounts.go index dd83d7f0..baf70186 100644 --- a/account/accounts.go +++ b/account/accounts.go @@ -41,7 +41,7 @@ var ( aliasPrefix = []byte("AccountAlias:") contractIndexPrefix = []byte("ContractIndex:") contractPrefix = []byte("Contract:") - miningAddressKey = []byte("MiningAddress:") + miningAddressKey = []byte("MiningAddress") CoinbaseAbKey = []byte("CoinbaseArbitrary") ) -- 2.11.0