Skip to content

Commit

Permalink
fix test_custom_genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Feb 19, 2025
1 parent 7119d9e commit 372b8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm-runtime/src/force_upgrade_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub fn get_force_upgrade_block_number(chain_id: &ChainId) -> u64 {
// add 8000 + BARNARD_HARD_FORK_HEIGHT
16081000
} else {
panic!("Unknown chain type");
FORCE_UPGRADE_BLOCK_NUMBER
}
}

Expand Down

0 comments on commit 372b8ce

Please sign in to comment.