From e2bf9a03dad9218866245100bc2cac8c18788124 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 27 Jan 2014 15:05:31 -0500 Subject: [PATCH] Add getinfo to unhandled RPC handler map. --- cmdmgr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdmgr.go b/cmdmgr.go index f124997..7579d07 100644 --- a/cmdmgr.go +++ b/cmdmgr.go @@ -55,6 +55,7 @@ var rpcHandlers = map[string]cmdHandler{ "createmultisig": Unimplemented, "dumpwallet": Unimplemented, "getblocktemplate": Unimplemented, + "getinfo": Unimplemented, "getrawchangeaddress": Unimplemented, "getreceivedbyaccount": Unimplemented, "getreceivedbyaddress": Unimplemented,