mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +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;
|
int nUseQueue = rand()%100;
|
||||||
UpdateState(POOL_STATUS_ACCEPTING_ENTRIES);
|
UpdateState(POOL_STATUS_ACCEPTING_ENTRIES);
|
||||||
|
|
||||||
if(pwalletMain->GetDenominatedBalance(true) > 0){ //get denominated unconfirmed inputs
|
// -- allow users to anon all their coins each block, then wait for the confirmation
|
||||||
LogPrintf("DoAutomaticDenominating -- Found unconfirmed denominated outputs, will wait till they confirm to continue.\n");
|
// if(pwalletMain->GetDenominatedBalance(true) > 0){ //get denominated unconfirmed inputs
|
||||||
strAutoDenomResult = _("Found unconfirmed denominated outputs, will wait till they confirm to continue.");
|
// LogPrintf("DoAutomaticDenominating -- Found unconfirmed denominated outputs, will wait till they confirm to continue.\n");
|
||||||
return false;
|
// strAutoDenomResult = _("Found unconfirmed denominated outputs, will wait till they confirm to continue.");
|
||||||
}
|
// return false;
|
||||||
|
// }
|
||||||
|
|
||||||
//check our collateral nad create new if needed
|
//check our collateral nad create new if needed
|
||||||
std::string strReason;
|
std::string strReason;
|
||||||
|
Loading…
Reference in New Issue
Block a user