mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Add returns to avoid annoying compile-time warnings.
This commit is contained in:
parent
d041590218
commit
0767e69199
2 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ bool CWallet::AddCryptedKey(const vector<unsigned char> &vchPubKey, const vector
|
|||
else
|
||||
return CWalletDB(strWalletFile).WriteCryptedKey(vchPubKey, vchCryptedSecret);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CWallet::Unlock(const string& strWalletPassphrase)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue