Flu
This commit is contained in:
@@ -630,7 +630,7 @@ bool TokensExactAmounts(bool goDeeper, struct CCcontract_info *cp, int64_t &inpu
|
|||||||
if (inputs != outputs) {
|
if (inputs != outputs) {
|
||||||
if (tx.GetHash() != reftokenid)
|
if (tx.GetHash() != reftokenid)
|
||||||
LOGSTREAM((char *)"cctokens", CCLOG_DEBUG1, stream << indentStr << "TokenExactAmounts() found unequal token cc inputs=" << inputs << " vs cc outputs=" << outputs << " for txid=" << tx.GetHash().GetHex() << " and this is not the create tx" << std::endl);
|
LOGSTREAM((char *)"cctokens", CCLOG_DEBUG1, stream << indentStr << "TokenExactAmounts() found unequal token cc inputs=" << inputs << " vs cc outputs=" << outputs << " for txid=" << tx.GetHash().GetHex() << " and this is not the create tx" << std::endl);
|
||||||
fprintf(stderr,"inputs %.8f vs outputs %.8f\n",(long long)inputs,(long long)outputs);
|
fprintf(stderr,"inputs %llu vs outputs %llu\n",(long long)inputs,(long long)outputs);
|
||||||
return false; // do not call eval->Invalid() here!
|
return false; // do not call eval->Invalid() here!
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user