Skip to content

Commit

Permalink
func-test: change default rollup_name to alpenstrata
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Oct 19, 2024
1 parent bba28ab commit 5ed9b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/datatool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ pub struct ParamsConfig {
}

// TODO convert this to also initialize the sync params
fn construct_params(config: ParamsConfig) -> strata_primitives::params::RollupParams {
fn construct_params(config: ParamsConfig) -> RollupParams {

Check warning on line 480 in bin/datatool/src/main.rs

View check run for this annotation

Codecov / codecov/patch

bin/datatool/src/main.rs#L480

Added line #L480 was not covered by tests
let cr = config
.seqkey
.map(block_credential::CredRule::SchnorrKey)
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def generate_params(settings: RollupParamsSettings, seqpubkey: str, oppubkeys: l
"strata-datatool",
"-b", "regtest",
"genparams",
"--name", "strata",
"--name", "alpenstrata",
"--block-time", str(settings.block_time_sec),
"--epoch-slots", str(settings.epoch_slots),
"--genesis-trigger-height", str(settings.genesis_trigger),
Expand Down

0 comments on commit 5ed9b60

Please sign in to comment.