mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 23:54:22 +02:00
Merge pull request #22 from CryptoCanary/patch-2
Remove unneeded arguments
This commit is contained in:
commit
442977b065
@ -645,7 +645,7 @@ if (nLastCoinStakeSearchInterval && nWeight)
|
|||||||
else if (IsInitialBlockDownload())
|
else if (IsInitialBlockDownload())
|
||||||
labelStakingIcon->setToolTip(tr("Not staking because wallet is syncing"));
|
labelStakingIcon->setToolTip(tr("Not staking because wallet is syncing"));
|
||||||
else if (!nWeight)
|
else if (!nWeight)
|
||||||
labelStakingIcon->setToolTip(tr("Not staking because you don't have mature coins 1:%1 2: %2").arg(nLastCoinStakeSearchInterval).arg(nWeight));
|
labelStakingIcon->setToolTip(tr("Not staking because you don't have mature coins"));
|
||||||
else
|
else
|
||||||
labelStakingIcon->setToolTip(tr("Not staking")); }
|
labelStakingIcon->setToolTip(tr("Not staking")); }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user