diff options
| author | Jeff Garzik <[email protected]> | 2012-08-21 11:03:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-21 11:03:38 -0400 |
| commit | c625ae04d2fc8f55f282afafbcabfe5185bf0969 (patch) | |
| tree | 4ac5ac117e719697d1ef7ef19d845d7db9a8ae3a /src/rpcmining.cpp | |
| parent | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module (diff) | |
| download | discoin-c625ae04d2fc8f55f282afafbcabfe5185bf0969.tar.xz discoin-c625ae04d2fc8f55f282afafbcabfe5185bf0969.zip | |
RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module
Diffstat (limited to 'src/rpcmining.cpp')
| -rw-r--r-- | src/rpcmining.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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) |