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:
parent
43e3652eb1
commit
cf92f1e5df
1 changed files with 0 additions and 2 deletions
|
@ -847,12 +847,10 @@ var rpcHandlers = map[string]requestHandler{
|
||||||
// Standard bitcoind methods (currently unimplemented)
|
// Standard bitcoind methods (currently unimplemented)
|
||||||
"backupwallet": Unimplemented,
|
"backupwallet": Unimplemented,
|
||||||
"dumpwallet": Unimplemented,
|
"dumpwallet": Unimplemented,
|
||||||
"getblocktemplate": Unimplemented,
|
|
||||||
"getreceivedbyaddress": Unimplemented,
|
"getreceivedbyaddress": Unimplemented,
|
||||||
"gettxout": Unimplemented,
|
"gettxout": Unimplemented,
|
||||||
"gettxoutsetinfo": Unimplemented,
|
"gettxoutsetinfo": Unimplemented,
|
||||||
"getwalletinfo": Unimplemented,
|
"getwalletinfo": Unimplemented,
|
||||||
"getwork": Unimplemented,
|
|
||||||
"importwallet": Unimplemented,
|
"importwallet": Unimplemented,
|
||||||
"listaddressgroupings": Unimplemented,
|
"listaddressgroupings": Unimplemented,
|
||||||
"listlockunspent": Unimplemented,
|
"listlockunspent": Unimplemented,
|
||||||
|
|
Loading…
Reference in a new issue