We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While loading blk files before 2017.8.1, org.bitcoinj.utils.BlockFileLoader#loadNextBlock does not work well.
It looks like that the magic number for block before 2017.8.1 is 0xf9beb4d9L, instead of 0xe3e1f3e8L.
0xf9beb4d9L
0xe3e1f3e8L
The text was updated successfully, but these errors were encountered:
That will require a code change.
Sorry, something went wrong.
Trying out some things to test/fix bitcoinj-cash#57
b216337
I started playing around with ideas around this here . Far from complete.
No branches or pull requests
While loading blk files before 2017.8.1, org.bitcoinj.utils.BlockFileLoader#loadNextBlock does not work well.
It looks like that the magic number for block before 2017.8.1 is
0xf9beb4d9L
, instead of0xe3e1f3e8L
.The text was updated successfully, but these errors were encountered: