Mark getchaintips RPC command as unimplemented.
This commit is contained in:
parent
74386998be
commit
e720e398a1
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ var rpcHandlersBeforeInit = map[string]commandHandler{
|
|||
"getblockcount": handleGetBlockCount,
|
||||
"getblockhash": handleGetBlockHash,
|
||||
"getblocktemplate": handleGetBlockTemplate,
|
||||
"getchaintips": handleUnimplemented,
|
||||
"getconnectioncount": handleGetConnectionCount,
|
||||
"getcurrentnet": handleGetCurrentNet,
|
||||
"getdifficulty": handleGetDifficulty,
|
||||
|
|
Loading…
Reference in a new issue