python-bitcoinlib
python-bitcoinlib copied to clipboard
add getnetworkinfo RPC
getnetworkinfo replaces getinfo on versions > 0.16.0 .
https://github.com/bitcoin/bitcoin/pull/8780
I am currently working on a full update of RPC calls based on v0.19.0.1, which should cover this as well. I am almost done with writing the code. How should I handle conflicts with this PR?
I'd say do whatever is best for your PR. We can fix conflicts later.
On August 12, 2020 5:41:40 PM EDT, Sachin Meier [email protected] wrote:
I am currently working on a full update of RPC calls based on v0.19.0.1, which should cover this as well. I am almost done with writing the code. How should I handle conflicts with this PR?
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/petertodd/python-bitcoinlib/pull/217#issuecomment-673125147