From c625ae04d2fc8f55f282afafbcabfe5185bf0969 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 21 Aug 2012 11:03:38 -0400 Subject: RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module --- src/rpcmining.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rpcmining.cpp') diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index fa6fdd6d3..d2cb31f51 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -11,9 +11,6 @@ using namespace json_spirit; using namespace std; -extern double GetDifficulty(const CBlockIndex* blockindex = NULL); -extern std::string HexBits(unsigned int nBits); - Value getgenerate(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) -- cgit v1.2.3