|
|
@ -1320,7 +1320,10 @@ vector<unsigned char> CReserveKey::GetReservedKey() |
|
|
|
{ |
|
|
|
{ |
|
|
|
CKeyPool keypool; |
|
|
|
CKeyPool keypool; |
|
|
|
pwallet->ReserveKeyFromKeyPool(nIndex, keypool); |
|
|
|
pwallet->ReserveKeyFromKeyPool(nIndex, keypool); |
|
|
|
|
|
|
|
if (nIndex != -1) |
|
|
|
vchPubKey = keypool.vchPubKey; |
|
|
|
vchPubKey = keypool.vchPubKey; |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
vchPubKey = vchDefaultKey; |
|
|
|
} |
|
|
|
} |
|
|
|
assert(!vchPubKey.empty()); |
|
|
|
assert(!vchPubKey.empty()); |
|
|
|
return vchPubKey; |
|
|
|
return vchPubKey; |
|
|
|