Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MystenLabs/sui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a4b382099c689e6acad401b95f29b1edd5d19a54
Choose a base ref
..
head repository: MystenLabs/sui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d70b218bf5dee76a700086fc09d1ff362a771d2
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 crates/sui-genesis-builder/src/lib.rs
4 changes: 2 additions & 2 deletions crates/sui-genesis-builder/src/lib.rs
Original file line number Diff line number Diff line change
@@ -978,7 +978,7 @@ fn create_genesis_objects(
executor.as_ref(),
epoch_data,
genesis_digest,
&system_package.modules(),
&system_package.modules(),
system_package.dependencies().to_vec(),
&protocol_config,
metrics.clone(),
@@ -998,7 +998,7 @@ fn create_genesis_objects(
validators,
epoch_data,
genesis_digest,
parameters,
parameters,
token_distribution_schedule,
metrics,
)