Skip to content

Commit

Permalink
Fix pos_cip136_transition_view.
Browse files Browse the repository at this point in the history
  • Loading branch information
peilun-conflux committed Jun 14, 2024
1 parent 396da6d commit 9c18503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion crates/client/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ build_config! {
(pos_cip99_in_queue_locked_views, (u64), 18720)
(pos_cip99_out_queue_locked_views, (u64), 1440)
(nonce_limit_transition_view, (u64), 465540)
(pos_cip136_transition_view, (u64), 1685544)
(pos_cip136_transition_view, (u64), 1685520)
(pos_cip136_in_queue_locked_views, (u64), IN_QUEUE_LOCKED_VIEWS * 2)
(pos_cip136_out_queue_locked_views, (u64), OUT_QUEUE_LOCKED_VIEWS * 2)
(pos_cip136_round_per_term, (u64), ROUND_PER_TERM * 2)
Expand Down
2 changes: 0 additions & 2 deletions run/start.bat

This file was deleted.

0 comments on commit 9c18503

Please sign in to comment.