mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-08 20:52:30 +02:00
CKeyStore::AddKey must return a boolean
This commit is contained in:
@@ -29,5 +29,6 @@ bool CKeyStore::AddKey(const CKey& key)
|
||||
mapKeys[key.GetPubKey()] = key.GetPrivKey();
|
||||
mapPubKeys[Hash160(key.GetPubKey())] = key.GetPubKey();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user