Mark getchaintips RPC command as unimplemented.

This commit is contained in:
David Hill 2014-08-12 11:33:07 -04:00
parent 74386998be
commit e720e398a1

View file

@ -131,6 +131,7 @@ var rpcHandlersBeforeInit = map[string]commandHandler{
"getblockcount": handleGetBlockCount,
"getblockhash": handleGetBlockHash,
"getblocktemplate": handleGetBlockTemplate,
"getchaintips": handleUnimplemented,
"getconnectioncount": handleGetConnectionCount,
"getcurrentnet": handleGetCurrentNet,
"getdifficulty": handleGetDifficulty,