Skip to content

Commit

Permalink
test use 10000
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Apr 1, 2024
1 parent f57968b commit 7c7b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/block/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static BARNARD_FLEXIDAG_FORK_HEIGHT: BlockNumber = 10000;
static MAIN_FLEXIDAG_FORK_HEIGHT: BlockNumber = 1000000;

lazy_static! {
static ref TEST_FLEXIDAG_FORK_HEIGHT: Mutex<BlockNumber> = Mutex::new(8);
static ref TEST_FLEXIDAG_FORK_HEIGHT: Mutex<BlockNumber> = Mutex::new(10000);
static ref CUSTOM_FLEXIDAG_FORK_HEIGHT: Mutex<BlockNumber> = Mutex::new(10000);
}

Expand Down

0 comments on commit 7c7b616

Please sign in to comment.