Add getinfo to unhandled RPC handler map.

This commit is contained in:
Josh Rickmar 2014-01-27 15:05:31 -05:00
parent 6ad3f8786e
commit e2bf9a03da

View file

@ -55,6 +55,7 @@ var rpcHandlers = map[string]cmdHandler{
"createmultisig": Unimplemented, "createmultisig": Unimplemented,
"dumpwallet": Unimplemented, "dumpwallet": Unimplemented,
"getblocktemplate": Unimplemented, "getblocktemplate": Unimplemented,
"getinfo": Unimplemented,
"getrawchangeaddress": Unimplemented, "getrawchangeaddress": Unimplemented,
"getreceivedbyaccount": Unimplemented, "getreceivedbyaccount": Unimplemented,
"getreceivedbyaddress": Unimplemented, "getreceivedbyaddress": Unimplemented,