Add getinfo to unhandled RPC handler map.
This commit is contained in:
parent
6ad3f8786e
commit
e2bf9a03da
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue