fix crash
This commit is contained in:
parent
29b1af2bb1
commit
045877b93c
@ -434,6 +434,9 @@ void OverviewPage::updateDarksendProgress()
|
||||
|
||||
void OverviewPage::darkSendStatus()
|
||||
{
|
||||
if (!chainActive.Tip()) return;
|
||||
if(!masternodeSync.IsBlockchainSynced() || ShutdownRequested()) return;
|
||||
|
||||
static int64_t nLastDSProgressBlockTime = 0;
|
||||
|
||||
int nBestHeight = chainActive.Tip()->nHeight;
|
||||
|
Loading…
Reference in New Issue
Block a user