Browse Source

Add getchaintips parameter 0 in the convertible list.

pull/151/head
FireMartZ 6 years ago
parent
commit
38c1e0ebaf
  1. 1
      src/rpcclient.cpp

1
src/rpcclient.cpp

@ -46,6 +46,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getbalance", 1 },
{ "getbalance", 2 },
{ "getblockhash", 0 },
{ "getchaintips", 0 },
{ "move", 2 },
{ "move", 3 },
{ "sendfrom", 2 },

Loading…
Cancel
Save