Skip to content

Commit

Permalink
up constant
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Oct 10, 2022
1 parent c6d1382 commit 555b9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/consensus/consensus_constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ impl ConsensusConstants {
effective_from_height: 19000,
coinbase_lock_height: 6,
blockchain_version: 1,
valid_blockchain_version_range: 0..=0,
valid_blockchain_version_range: 0..=1,
future_time_limit: 540,
difficulty_block_window: 90,
max_block_transaction_weight: 127_795,
Expand Down

0 comments on commit 555b9b0

Please sign in to comment.