Skip to content

Commit 40633c9

Browse files
committed
GetInfo() dropped in latest lbrycrdd
1 parent a17fa3a commit 40633c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lbrycrd/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func New(lbrycrdURL string) (*Client, error) {
7474
}
7575

7676
// make sure lbrycrd is running and responsive
77-
_, err = client.GetInfo()
77+
_, err = client.GetBlockChainInfo()
7878
if err != nil {
7979
return nil, errors.Err(err)
8080
}

0 commit comments

Comments
 (0)