deeponion / deeponion-legacy

Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR Network (legacy)
https://deeponion.org
MIT License
416 stars 113 forks source link

Fix crash of wallet when doing a clean install #112

Closed fuss132 closed 6 years ago

fuss132 commented 6 years ago

Fix crash of wallet when doing a clean install. On initial sync pindexBest == NULL so when the wallet executes CheckBlock() for the first time it accesses a not allocated memory address and crashes