mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
fix console spam
This commit is contained in:
parent
119007dd48
commit
0595ef80c3
@ -1372,7 +1372,7 @@ void CDarksendPool::SendDarksendDenominate(std::vector<CTxIn>& vin, std::vector<
|
||||
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)){
|
||||
LogPrintf("dsi -- transaction not valid! %s \n", tx.ToString().c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user