slimcoin-project / Slimcoin

SLIMCoin official repository
https://slimcoin-project.github.io
MIT License
28 stars 13 forks source link

Windows QT crashes when searching a block greater than the current block #12

Open Goran-n opened 6 years ago

ghost commented 6 years ago

“searching a block” <- could you explain what you mean by this?

Goran-n commented 6 years ago

If you open the block explorer and type in a block number greater than the current block.

Im not sure if the network is just slow of if there is an actual problem

ghost commented 6 years ago

Could you post or describe the error report? That particular input possibility is catered for and the height is clipped to the height of the last block ... https://github.com/slimcoin-project/Slimcoin/blob/master/src/qt/blockbrowser.cpp#L379