mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
Merge pull request #223 from UdjinM6/v0.11.2.x_fix_console_spam
v0.11.2.x fix console spam
This commit is contained in:
commit
2773bb1f78
@ -1379,7 +1379,7 @@ void CDarksendPool::SendDarksendDenominate(std::vector<CTxIn>& vin, std::vector<
|
|||||||
if(fDebug) LogPrintf("dsi -- tx in %s\n", i.ToString().c_str());
|
if(fDebug) LogPrintf("dsi -- tx in %s\n", i.ToString().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Submitting tx %s\n", tx.ToString().c_str());
|
LogPrintf("Submitting tx %s\n", tx.ToString().c_str());
|
||||||
|
|
||||||
if(!AcceptableInputs(mempool, state, tx)){
|
if(!AcceptableInputs(mempool, state, tx)){
|
||||||
LogPrintf("dsi -- transaction not valid! %s \n", tx.ToString().c_str());
|
LogPrintf("dsi -- transaction not valid! %s \n", tx.ToString().c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user