diff options
| author | Kamil Domanski <[email protected]> | 2014-05-13 20:48:34 +0200 |
|---|---|---|
| committer | Kamil Domanski <[email protected]> | 2014-05-20 14:58:20 +0200 |
| commit | 0e31e5631c279353564f6407b8950b1224cf5b9f (patch) | |
| tree | 7e0a6b9690eb93eb029a4b914fbc47846f4315d1 /src/wallet.h | |
| parent | Merge pull request #4197 (diff) | |
| download | discoin-0e31e5631c279353564f6407b8950b1224cf5b9f.tar.xz discoin-0e31e5631c279353564f6407b8950b1224cf5b9f.zip | |
remove CWallet::AddReserveKey which is never used
Diffstat (limited to 'src/wallet.h')
| -rw-r--r-- | src/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index b2c06d3f6..5e9af191c 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -263,7 +263,6 @@ public: bool NewKeyPool(); bool TopUpKeyPool(unsigned int kpSize = 0); - int64_t AddReserveKey(const CKeyPool& keypool); void ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool); void KeepKey(int64_t nIndex); void ReturnKey(int64_t nIndex); |