GetInfo() dropped in latest lbrycrdd

This commit is contained in:
Alex Grintsvayg 2019-08-07 08:40:26 -04:00
parent a17fa3ad5f
commit 40633c949e
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -74,7 +74,7 @@ func New(lbrycrdURL string) (*Client, error) {
} }
// make sure lbrycrd is running and responsive // make sure lbrycrd is running and responsive
_, err = client.GetInfo() _, err = client.GetBlockChainInfo()
if err != nil { if err != nil {
return nil, errors.Err(err) return nil, errors.Err(err)
} }