Closed yoprogramo closed 10 months ago
I think I have found the error, hat is not propagate the strict flag to the key creation (at least in transaction parsing). I have included a change in: https://github.com/1200wd/bitcoinlib/pull/352/commits/4ee79c9c6baf6d7d9159a7316552ea79729f4f02
Yes, I think you are right. Do you want to create a pull request so I can merge, or shall I just update the code?
I think it is already included in the previous pull request as the last commit.
PR merged in release 0.6.14
Hello,
I'm doing a loop to search for wallets into transactions in new blocks... Usually it works fine, I retrieve the block i doing client.getBlock(i) and during the weekend everything works as expected on testnet, but today I'm receiving this errors:
There are some way we can avoid these errors and continue parsing the rest of transactions skiping these ones?