Browse Source

Test

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

2
src/policy/fees.cpp

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

Loading…
Cancel
Save