From fa6f22bf44c0f741285f27f27ac18e9679802e5e Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 27 Jul 2019 16:38:16 -0400 Subject: wallet: Rename CWalletKey to OldKey --- src/wallet/wallet.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/wallet/wallet.cpp') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index b9eb0d3eed..e8cc49b1fc 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -4626,12 +4626,6 @@ CKeyPool::CKeyPool(const CPubKey& vchPubKeyIn, bool internalIn) m_pre_split = false; } -CWalletKey::CWalletKey(int64_t nExpires) -{ - nTimeCreated = (nExpires ? GetTime() : 0); - nTimeExpires = nExpires; -} - void CMerkleTx::SetMerkleBranch(const uint256& block_hash, int posInBlock) { // Update the tx's hashBlock -- cgit v1.2.3