aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/server.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-09-09 07:48:10 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2017-02-27 20:45:17 +0000
commit2e518e313b5d5320c16bdb33ebd008b6d30a90f2 (patch)
tree12fc602f93dea67cb3fabef7c9bbf2908e4887da /src/rpc/server.h
parentd77ad6d41666b4c41abe1ba3b63300df1903643e (diff)
downloadbitcoin-2e518e313b5d5320c16bdb33ebd008b6d30a90f2.tar.xz
Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet
Diffstat (limited to 'src/rpc/server.h')
-rw-r--r--src/rpc/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/server.h b/src/rpc/server.h
index b8f0373acc..72ffc76520 100644
--- a/src/rpc/server.h
+++ b/src/rpc/server.h
@@ -190,7 +190,6 @@ extern uint256 ParseHashO(const UniValue& o, std::string strKey);
extern std::vector<unsigned char> ParseHexV(const UniValue& v, std::string strName);
extern std::vector<unsigned char> ParseHexO(const UniValue& o, std::string strKey);
-extern int64_t nWalletUnlockTime;
extern CAmount AmountFromValue(const UniValue& value);
extern UniValue ValueFromAmount(const CAmount& amount);
extern double GetDifficulty(const CBlockIndex* blockindex = NULL);