Remove getwork and getblocktemplate handlers.

These are being implemented by btcd, so there's no reason to have
handlers here as well.
This commit is contained in:
Josh Rickmar 2014-06-20 16:08:16 -05:00
parent 43e3652eb1
commit cf92f1e5df

View file

@ -847,12 +847,10 @@ var rpcHandlers = map[string]requestHandler{
// Standard bitcoind methods (currently unimplemented)
"backupwallet": Unimplemented,
"dumpwallet": Unimplemented,
"getblocktemplate": Unimplemented,
"getreceivedbyaddress": Unimplemented,
"gettxout": Unimplemented,
"gettxoutsetinfo": Unimplemented,
"getwalletinfo": Unimplemented,
"getwork": Unimplemented,
"importwallet": Unimplemented,
"listaddressgroupings": Unimplemented,
"listlockunspent": Unimplemented,