Skip to content

Commit

Permalink
Drop the PRICE_2_6_8_TRANITION_START by 5 days to keep it at roughly …
Browse files Browse the repository at this point in the history
…Dec. 14
  • Loading branch information
JamesPiechota committed Sep 20, 2023
1 parent ecc5828 commit e4b07eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/include/ar_pricing.hrl
Expand Up @@ -64,7 +64,7 @@ end).
-ifdef(FORKS_RESET).
-define(PRICE_2_6_8_TRANSITION_START, 0).
-else.
-define(PRICE_2_6_8_TRANSITION_START, (30 * 24 * 195)). % ~6.5 months / Dec. 14, 2023
-define(PRICE_2_6_8_TRANSITION_START, (30 * 24 * 190)). % ~6.5 months / Dec. 14, 2023
-endif.
-endif.
-endif.
Expand Down

0 comments on commit e4b07eb

Please sign in to comment.