Skip to content

Commit

Permalink
update chain_info BARNARD_HARD_FORK
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Jan 19, 2023
1 parent 6dd9eae commit cd2facf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/chain_info/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl ChainInfoStorage {
const GENESIS_KEY: &'static str = "genesis";
const STORAGE_VERSION_KEY: &'static str = "storage_version";
const SNAPSHOT_RANGE_KEY: &'static str = "snapshot_height";
const BARNARD_HARD_FORK: &'static str = "barnard_hard_fork_roll_back";
const BARNARD_HARD_FORK: &'static str = "barnard_hard_fork";

pub fn get_startup_info(&self) -> Result<Option<StartupInfo>> {
self.get(Self::STARTUP_INFO_KEY.as_bytes())
Expand Down

0 comments on commit cd2facf

Please sign in to comment.