We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17fa3a commit 40633c9Copy full SHA for 40633c9
lbrycrd/client.go
@@ -74,7 +74,7 @@ func New(lbrycrdURL string) (*Client, error) {
74
}
75
76
// make sure lbrycrd is running and responsive
77
- _, err = client.GetInfo()
+ _, err = client.GetBlockChainInfo()
78
if err != nil {
79
return nil, errors.Err(err)
80
0 commit comments