Skip to content

Commit

Permalink
Update the database version so it's larger than the NU5 testnet 2 ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
teor2345 committed Mar 31, 2022
1 parent 631646b commit 26a4de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-state/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub use zebra_chain::transparent::MIN_TRANSPARENT_COINBASE_MATURITY;
pub const MAX_BLOCK_REORG_HEIGHT: u32 = MIN_TRANSPARENT_COINBASE_MATURITY - 1;

/// The database format version, incremented each time the database format changes.
pub const DATABASE_FORMAT_VERSION: u32 = 15;
pub const DATABASE_FORMAT_VERSION: u32 = 16;

/// The maximum number of blocks to check for NU5 transactions,
/// before we assume we are on a pre-NU5 legacy chain.
Expand Down

0 comments on commit 26a4de5

Please sign in to comment.