Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
iStrike7 committed Dec 1, 2024
1 parent 582f6b4 commit 2218f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ fn rollup_genesis(
let initial_sequencers_stake = 10_000_000_u128;

rollup_runtime::RuntimeGenesisConfig {
system: rollup_runtime::SystemConfig { chain_genesis_salt: chain_genesis_salt, ..Default::default() },
system: rollup_runtime::SystemConfig { chain_genesis_salt, ..Default::default() },
tokens: rollup_runtime::TokensConfig {
tokens_endowment: tokens_endowment
.iter()
Expand Down

0 comments on commit 2218f8b

Please sign in to comment.