mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
allow users to anon all their coins each block
This commit is contained in:
parent
df33377ed0
commit
dcec36af85
@ -1474,11 +1474,12 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun, bool ready)
|
||||
int nUseQueue = rand()%100;
|
||||
UpdateState(POOL_STATUS_ACCEPTING_ENTRIES);
|
||||
|
||||
if(pwalletMain->GetDenominatedBalance(true) > 0){ //get denominated unconfirmed inputs
|
||||
LogPrintf("DoAutomaticDenominating -- Found unconfirmed denominated outputs, will wait till they confirm to continue.\n");
|
||||
strAutoDenomResult = _("Found unconfirmed denominated outputs, will wait till they confirm to continue.");
|
||||
return false;
|
||||
}
|
||||
// -- allow users to anon all their coins each block, then wait for the confirmation
|
||||
// if(pwalletMain->GetDenominatedBalance(true) > 0){ //get denominated unconfirmed inputs
|
||||
// LogPrintf("DoAutomaticDenominating -- Found unconfirmed denominated outputs, will wait till they confirm to continue.\n");
|
||||
// strAutoDenomResult = _("Found unconfirmed denominated outputs, will wait till they confirm to continue.");
|
||||
// return false;
|
||||
// }
|
||||
|
||||
//check our collateral nad create new if needed
|
||||
std::string strReason;
|
||||
|
Loading…
Reference in New Issue
Block a user