Skip to content

Commit

Permalink
typo fix oracle.h (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Jan 10, 2025
1 parent 11bd882 commit f862571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/c/src/oracle/oracle.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static_assert( sizeof( pc_price_t ) == PC_EXPECTED_PRICE_T_SIZE_PYTHNET, "" );


// This constant needs to be an upper bound of the price account size, it is used within pythd for ztsd.
// It is set tighly to the current price account + 96 component prices + 48 bytes for cumulative sums
// It is set tightly to the current price account + 96 component prices + 48 bytes for cumulative sums
const uint64_t ZSTD_UPPER_BOUND = 3312 + 96 * sizeof( pc_price_comp_t) + 48;


Expand Down

0 comments on commit f862571

Please sign in to comment.