CKeyStore::AddKey must return a boolean
This commit is contained in:
parent
e94010b239
commit
33c75fd9aa
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@ bool CKeyStore::AddKey(const CKey& key)
|
|||
mapKeys[key.GetPubKey()] = key.GetPrivKey();
|
||||
mapPubKeys[Hash160(key.GetPubKey())] = key.GetPubKey();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue