aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-06-27 13:28:08 +0200
committerjtimon <jtimon@monetize.io>2014-06-28 13:19:14 +0200
commit645d497aa0010525441ce409e8e6d327a157ab39 (patch)
tree6db39432eca73273d62743c6e2cd3e978ccd0e58 /src/rpcserver.h
parentba81f4560736861866822ebda2a8fbc4525d8da4 (diff)
downloadbitcoin-645d497aa0010525441ce409e8e6d327a157ab39.tar.xz
Replace HexBits with strprintf
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index fcd293663f..01e77163c4 100644
--- a/src/rpcserver.h
+++ b/src/rpcserver.h
@@ -116,7 +116,6 @@ extern int64_t nWalletUnlockTime;
extern int64_t AmountFromValue(const json_spirit::Value& value);
extern json_spirit::Value ValueFromAmount(int64_t amount);
extern double GetDifficulty(const CBlockIndex* blockindex = NULL);
-extern std::string HexBits(unsigned int nBits);
extern std::string HelpRequiringPassphrase();
extern std::string HelpExampleCli(std::string methodname, std::string args);
extern std::string HelpExampleRpc(std::string methodname, std::string args);