Hi,
I noticed earlier today that the method getinfo() doesn't seem to work in the rpc module:
|
r = self._call('getinfo') |
Should call('getinfo') be replaced by call('getblockchaininfo')? (https://bitcoincore.org/en/doc/0.20.0/rpc/blockchain/getblockchaininfo/)