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:
parent
5155ea1b28
commit
cb6969843b
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue