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,