Browse Source

"getblocktemplate" could work without wallet

pull/40/head^2
Kevin Pan 7 years ago
committed by GitHub
parent
commit
26d27a15ce
  1. 2
      src/rpcserver.cpp

2
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 },

Loading…
Cancel
Save