Fix Build in GetReservedKey() in wallet.cpp

This commit is contained in:
Matt Corallo 2011-07-14 03:31:45 +02:00
parent cee69980b0
commit a2606bad09
1 changed files with 1 additions and 1 deletions

View File

@ -1325,7 +1325,7 @@ vector<unsigned char> CReserveKey::GetReservedKey()
else
{
printf("CReserveKey::GetReservedKey(): Warning: using default key instead of a new key, top up your keypool.");
vchPubKey = vchDefaultKey;
vchPubKey = pwallet->vchDefaultKey;
}
}
assert(!vchPubKey.empty());