Add dummy handlers for getblocktemplate and getwork.
This commit is contained in:
parent
80606d7344
commit
4c97bd3c5c
1 changed files with 2 additions and 0 deletions
|
@ -52,12 +52,14 @@ var rpcHandlers = map[string]cmdHandler{
|
|||
"backupwallet": Unimplemented,
|
||||
"createmultisig": Unimplemented,
|
||||
"dumpwallet": Unimplemented,
|
||||
"getblocktemplate": Unimplemented,
|
||||
"getrawchangeaddress": Unimplemented,
|
||||
"getreceivedbyaccount": Unimplemented,
|
||||
"getreceivedbyaddress": Unimplemented,
|
||||
"gettransaction": Unimplemented,
|
||||
"gettxout": Unimplemented,
|
||||
"gettxoutsetinfo": Unimplemented,
|
||||
"getwork": Unimplemented,
|
||||
"importwallet": Unimplemented,
|
||||
"keypoolrefill": Unimplemented,
|
||||
"listaddressgroupings": Unimplemented,
|
||||
|
|
Loading…
Reference in a new issue