diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-05-03 14:33:02 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-05-03 14:33:02 -0700 |
commit | 61a845dcb6528bc9b04272f73d4d5681be858a6f (patch) | |
tree | 48cd87c19d675e00bd328d682f033acff54e57ae /src/wallet.h | |
parent | aa62b2c43390d2a5f2b8cdc5b0674b6798d60c29 (diff) | |
parent | 360cfe142c552ac5c4d904a1e970390188151ca8 (diff) |
Merge pull request #2566 from sipa/nodef
Allow the default key to be unavailable
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index 348f36a0e4..19f50e7e6d 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -331,7 +331,7 @@ public: } void ReturnKey(); - CPubKey GetReservedKey(); + bool GetReservedKey(CPubKey &pubkey); void KeepKey(); }; |