diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index 2e8aa5aad..c2c76a1e2 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -293,9 +293,7 @@ static const CRPCCommand vRPCCommands[] = { "blockchain", "verifychain", &verifychain, true }, /* Mining */ -#ifdef ENABLE_WALLET { "mining", "getblocktemplate", &getblocktemplate, true }, -#endif { "mining", "getmininginfo", &getmininginfo, true }, { "mining", "getlocalsolps", &getlocalsolps, true }, { "mining", "getnetworksolps", &getnetworksolps, true },