Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Dec 20, 2024
1 parent f51beab commit 75d6a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ pub fn start_dev_node(
if let Some(new_seed) = new_seed {
mock_randomness_seed = Some(*new_seed);
}

client
.insert_aux(
&[(RANDOMNESS_ACTIVATED_AUX_KEY, (enable_randomness, mock_randomness_seed).encode().as_slice())],
Expand Down

0 comments on commit 75d6a45

Please sign in to comment.