decred / dcrd

Decred daemon in Go (golang).

Home Page:https://decred.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpclient: GetNetworkInfo is missing?

vikingshield opened this issue · comments

The command exists in the rpc server but seems missing in the rpcclient.

It does appear to be missing. You could theoretically use its raw request API in the mean time, but it should ultimately be added to the client.