mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
Currently progress() can be called after doneDownload() which should not happen. Also make sure that we call progress() with 100% progress before we call doneDownload() - this is in case any existing users have given up on downDownload() being called at the right time and instead use 100% progress as their signal that downloading is complete.