lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.58k stars 178 forks source link

Fix lbrycrd-cli command typo #299

Closed AlessandroSpallina closed 5 years ago

AlessandroSpallina commented 5 years ago

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 5 years ago

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 5 years ago

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