bitcoinjs / fast-dat-parser

Superfast blockchain parser for stats
MIT License
74 stars 26 forks source link

assert((txOutsIter != this->txOuts.end()) && !(hash < txOutsIter->first)); #1

Closed dcousens closed 7 years ago

dcousens commented 8 years ago

Had it throw an assert on https://github.com/dcousens/fast-dat-parser/blob/master/functors.hpp#L239 around the 380,000 block mark.

Investigate.

dcousens commented 7 years ago

Will re-open if still an issue