From e720e398a178afc8229fc4f9d296163a9764e1b0 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 12 Aug 2014 11:33:07 -0400 Subject: [PATCH] Mark getchaintips RPC command as unimplemented. --- rpcserver.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcserver.go b/rpcserver.go index c6e92cf8..fd4a6b2e 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -131,6 +131,7 @@ var rpcHandlersBeforeInit = map[string]commandHandler{ "getblockcount": handleGetBlockCount, "getblockhash": handleGetBlockHash, "getblocktemplate": handleGetBlockTemplate, + "getchaintips": handleUnimplemented, "getconnectioncount": handleGetConnectionCount, "getcurrentnet": handleGetCurrentNet, "getdifficulty": handleGetDifficulty,