Remove gettxout and gettxoutsetinfo handlers.

These RPCs should be implemented by btcd (see conformal/btcd#141 and
conformal/btcd#142), so remove them from the RPC handlers map.
This commit is contained in:
Josh Rickmar 2014-06-24 16:59:15 -05:00
parent 5155ea1b28
commit cb6969843b

View file

@ -901,8 +901,6 @@ var rpcHandlers = map[string]requestHandler{
"backupwallet": Unimplemented,
"dumpwallet": Unimplemented,
"getreceivedbyaddress": Unimplemented,
"gettxout": Unimplemented,
"gettxoutsetinfo": Unimplemented,
"getwalletinfo": Unimplemented,
"importwallet": Unimplemented,
"listaddressgroupings": Unimplemented,