GetInfo() dropped in latest lbrycrdd
This commit is contained in:
parent
a17fa3ad5f
commit
40633c949e
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func New(lbrycrdURL string) (*Client, error) {
|
|||
}
|
||||
|
||||
// make sure lbrycrd is running and responsive
|
||||
_, err = client.GetInfo()
|
||||
_, err = client.GetBlockChainInfo()
|
||||
if err != nil {
|
||||
return nil, errors.Err(err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue