Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
3e2ad201d2
  1. 4
      src/policy/fees.cpp

4
src/policy/fees.cpp

@ -59,7 +59,9 @@ unsigned int TxConfirmStats::FindBucketIndex(double val)
//assert(it != bucketMap.end());
if ( it != bucketMap.end() )
{
fprintf(stderr,"FindBucketIndex violation: from val %f\n",val);
static uint32_t counter;
if ( counter++ < 10 )
fprintf(stderr,"FindBucketIndex violation: from val %f\n",val);
}
return it->second;
}

Loading…
Cancel
Save