Skip to content

Commit

Permalink
close #1638
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 6, 2024
1 parent 67bc6c4 commit 78dc0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-primitives/settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub mod worker {
pub const REGISTERING_FEE_FACTOR_FOR_INIT_FUNDS: u128 = 10;
// Should be set to a value that ensures that at least 2 sidechain blocks are finalized per
// parentchain block.
pub const BLOCK_NUMBER_FINALIZATION_DIFF: u64 = 20;
pub const BLOCK_NUMBER_FINALIZATION_DIFF: u64 = 50;
}

pub mod sidechain {
Expand Down

0 comments on commit 78dc0b7

Please sign in to comment.