Merge branch 'master' of https://github.com/bitcoin/bitcoin
This commit is contained in:
commit
53d65b5500
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ bool CCryptoKeyStore::EncryptKeys(CKeyingMaterial& vMasterKeyIn)
|
|||
CKey key;
|
||||
BOOST_FOREACH(KeyMap::value_type& mKey, mapKeys)
|
||||
{
|
||||
if (!key.SetPrivKey(mKey.second))
|
||||
if (!key.SetSecret(mKey.second))
|
||||
return false;
|
||||
const std::vector<unsigned char> vchPubKey = key.GetPubKey();
|
||||
std::vector<unsigned char> vchCryptedSecret;
|
||||
|
|
Loading…
Reference in a new issue