Skip to content

Commit

Permalink
use 4090000 as pruning beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Sep 30, 2024
1 parent ccffd25 commit ba5d0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ impl BlockChain {
} else if chain_id.is_proxima() {
850000
} else if chain_id.is_halley() {
4200000
4090000
} else if chain_id.is_main() {
1
} else if chain_id.is_dag_test() || chain_id.is_test() || chain_id.is_dev() {
Expand Down

0 comments on commit ba5d0b2

Please sign in to comment.