Merge branch 'v0.11.0.x' of https://github.com/darkcoin/darkcoin into v0.11.0.x

This commit is contained in:
UdjinM6 2015-01-14 20:22:20 +03:00
commit 71dcb6e070

View File

@ -304,8 +304,6 @@ void OverviewPage::updateDarksendProgress(){
void OverviewPage::darkSendStatus()
{
if(!IsInitialBlockDownload()) return;
int nBestHeight = chainActive.Tip()->nHeight;
if(nBestHeight != darkSendPool.cachedNumBlocks)