You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Automatic backup failed, nothing else we can do until user fixes the issue manually.
628
628
// There is no way to bring user attention in daemon mode so we just update status and
629
-
// keep spaming if debug is on.
629
+
// keep spamming if debug is on.
630
630
LogPrint("privatesend", "CPrivateSendClient::CheckAutomaticBackup -- ERROR! Failed to create automatic backup.\n");
631
631
strAutoDenomResult = _("ERROR! Failed to create automatic backup") + ", " + _("see debug.log for details.");
632
632
returnfalse;
633
633
case -2:
634
634
// We were able to create automatic backup but keypool was not replenished because wallet is locked.
635
635
// There is no way to bring user attention in daemon mode so we just update status and
636
-
// keep spaming if debug is on.
636
+
// keep spamming if debug is on.
637
637
LogPrint("privatesend", "CPrivateSendClient::CheckAutomaticBackup -- WARNING! Failed to create replenish keypool, please unlock your wallet to do so.\n");
638
638
strAutoDenomResult = _("WARNING! Failed to replenish keypool, please unlock your wallet to do so.") + ", " + _("see debug.log for details.");
639
639
returnfalse;
@@ -1096,7 +1096,7 @@ bool CPrivateSendClient::PrepareDenominate(int nMinRounds, int nMaxRounds, std::
1096
1096
if ((*it2).tx->tx->vout[(*it2).i].nValue == nValueDenom) {
1097
1097
// add new input in resulting vector
1098
1098
vecTxDSInRet.push_back(*it);
1099
-
// remove corresponting items from initial vectors
1099
+
// remove corresponding items from initial vectors
0 commit comments