Skip to content

Commit

Permalink
set the pruning height to 3500000
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang authored and sanlee42 committed Oct 29, 2024
1 parent e97b2c5 commit 840c5ab
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 @@ -1636,7 +1636,7 @@ impl BlockChain {
pub fn get_pruning_height(&self) -> BlockNumber {
let chain_id = self.status().head().chain_id();
if chain_id.is_vega() {
4000000
3500000
} else if chain_id.is_proxima() {
850000
} else if chain_id.is_halley() {
Expand Down

0 comments on commit 840c5ab

Please sign in to comment.