mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 15:44:25 +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())
|
||||
labelStakingIcon->setToolTip(tr("Not staking because wallet is syncing"));
|
||||
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
|
||||
labelStakingIcon->setToolTip(tr("Not staking")); }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user