aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-27 16:38:16 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-07-27 16:32:30 -0400
commitfa6f22bf44c0f741285f27f27ac18e9679802e5e (patch)
treed066e4d3aa8e19d9b720685da697dc4cd3f9cbec /src/wallet/wallet.cpp
parentfa6dc7fa5fdfd76c6dd5f7ae693a2fb4e37e271f (diff)
downloadbitcoin-fa6f22bf44c0f741285f27f27ac18e9679802e5e.tar.xz
wallet: Rename CWalletKey to OldKey
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp6
1 files changed, 0 insertions, 6 deletions
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