X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=7cc70045d966aaceb3f2c174e0c63195f6be5d58;hb=6dec7671b26fdff6bb77aed3d40acfc3f522343f;hp=8298f78c27767d03168315054a0e4d9ed154b70e;hpb=341ac696e277ad50bdf64553cd9f8440a69770f4;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index 8298f78..7cc7004 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -216,7 +216,6 @@ public: bool NewKeyPool(unsigned int nSize = 0); bool TopUpKeyPool(unsigned int nSize = 0); - int64_t AddReserveKey(const CKeyPool& keypool); void ReserveKeyFromKeyPool(int64_t& nIndex, CKeyPool& keypool); void KeepKey(int64_t nIndex); void ReturnKey(int64_t nIndex);