Only enable getblocktemplate when wallet is enabled

This commit is contained in:
Jack Grigg
2016-12-16 10:44:04 +13:00
parent 611f25b604
commit f3e4968626
2 changed files with 4 additions and 0 deletions

View File

@@ -302,7 +302,9 @@ 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 },