You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getinfo RPC call has been deprecated in favor of a bunch of more specific "info" calls including getblockchainfo. See also getnetworkinfo, getwalletinfo etc. Whether this works depends on the version of bitcoind it's talking to. We should probably add direct methods to reflect changes in bitcoind's rpc...
Hi,
I noticed earlier today that the method
getinfo()
doesn't seem to work in therpc
module:python-bitcoinlib/bitcoin/rpc.py
Line 513 in b5540e8
Should
call('getinfo')
be replaced bycall('getblockchaininfo')
? (https://bitcoincore.org/en/doc/0.20.0/rpc/blockchain/getblockchaininfo/)The text was updated successfully, but these errors were encountered: