Skip to content

Commit

Permalink
Log pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Jan 23, 2024
1 parent 6dc7b68 commit c60a623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/arweave/src/ar_pricing.erl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ get_price_per_gib_minute(Height, RewardHistory, BlockTimeHistory, Denomination2)

PreTransitionPrice = ?PRICE_PER_GIB_MINUTE_PRE_TRANSITION,
NewPrice = get_price_per_gib_minute2(Height, RewardHistory, BlockTimeHistory, Denomination2),
?LOG_INFO([{event, get_price_per_gib_minute},
{height, Height}, {price1, PreTransitionPrice}, {price2, NewPrice}]),

case Height of
_ when Height < Fork_2_7 ->
Expand Down

0 comments on commit c60a623

Please sign in to comment.