Fix lbrycrd-cli command typo #299

Merged
AlessandroSpallina merged 1 commit from master into master 2019-07-29 17:54:34 +02:00
AlessandroSpallina commented 2019-07-28 20:31:32 +02:00 (Migrated from github.com)

From version 0.16 the use of argument "getinfo" with lbrycrd-cli return the error code -32601;
as suggested in the resulting output, use instead "-getinfo" in order to get info as the old format.

From version 0.16 the use of argument "getinfo" with lbrycrd-cli return the error code -32601; as suggested in the resulting output, use instead "-getinfo" in order to get info as the old format.
tzarebczan commented 2019-07-28 21:37:33 +02:00 (Migrated from github.com)

Hey, thanks for the PR! I'm pretty sure this command is obsolete and replaced with other get* commands for specific sets of information - see https://lbry.tech/api/blockchain

Hey, thanks for the PR! I'm pretty sure this command is obsolete and replaced with other get* commands for specific sets of information - see https://lbry.tech/api/blockchain
AlessandroSpallina commented 2019-07-28 23:24:52 +02:00 (Migrated from github.com)

Yes, you are right the "getinfo" is deprecated, but "-getinfo" still works by calling some "get*" and returns like the old style output

Yes, you are right the "getinfo" is deprecated, but "-getinfo" still works by calling some "get*" and returns like the old style output
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#299
No description provided.