mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge pull request #782 from sipa/checkkeys
Check consistency of private keys
This commit is contained in:
commit
4c932cca6f
@ -862,6 +862,8 @@ int CWalletDB::LoadWallet(CWallet* pwallet)
|
||||
ssValue >> pkey;
|
||||
key.SetPubKey(vchPubKey);
|
||||
key.SetPrivKey(pkey);
|
||||
if (key.GetPubKey() != vchPubKey)
|
||||
return DB_CORRUPT;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user