Skip to content

Commit 780f556

Browse files
author
Jayant Krishnamurthy
committed
fix comment
1 parent 4292a14 commit 780f556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/src/oracle/oracle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ static uint64_t upd_price( SolParameters *prm, SolAccountInfo *ka )
566566
// Set publisher's status to unknown unless their CI is sufficiently tight.
567567
int64_t threshold_conf = (cptr->price_ / PC_MAX_CI_DIVISOR);
568568
if (threshold_conf < 0) {
569-
// Safe as long as threshold_conf isn't the min int64, which it isn't as long as PRICE_CONF_THRESHOLD > 1.
569+
// Safe as long as threshold_conf isn't the min int64, which it isn't as long as PC_MAX_CI_DIVISOR > 1.
570570
threshold_conf = -threshold_conf;
571571
}
572572
if ( cptr->conf_ > (uint64_t) threshold_conf ) {

0 commit comments

Comments
 (0)