MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.86k stars 840 forks source link

change qtum protocol version to 70020 #1119

Closed shu-kob closed 1 year ago

shu-kob commented 1 year ago

With the hard fork of Qtum v22.0, Protocol Version was changed from 70019 to 70020. even NBitcoin cannot connect to Qtum Core unless Protocol Version is changed to 70020.

https://github.com/qtumproject/qtum/commit/783392932caa9cb4815b647cdf8403426e517ce3#diff-c1748716c75862af55db8eed0aab60c391416ba3b08802ae01ede4abb2a05aeeR12

NicolasDorier commented 1 year ago

Hey @shu-kob sorry, I broke qtum in the commit following this. I re-fixed it again.

shu-kob commented 1 year ago

OK. It have fixed, so no problem. Thanks.