cybercongress / cyber-search

🚀 Toolchain for transactions parsing and processing
https://cybercongress.github.io/cyber-search/
Other
33 stars 14 forks source link

Chain reorganization going wrong #243

Closed arturalbov closed 6 years ago

arturalbov commented 6 years ago

The reason was that last checked block was popped out of stack but in fact it have to stay in stack. Also fixes #241

arturalbov commented 6 years ago

Closes #242 and #241