mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user