Merge pull request #2566 from sipa/nodef

Allow the default key to be unavailable
This commit is contained in:
Gavin Andresen
2013-05-03 14:33:02 -07:00
4 changed files with 32 additions and 24 deletions

View File

@@ -331,7 +331,7 @@ public:
}
void ReturnKey();
CPubKey GetReservedKey();
bool GetReservedKey(CPubKey &pubkey);
void KeepKey();
};