Skip to content

Commit

Permalink
make binary compile
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Apr 15, 2024
1 parent 6bba1a3 commit 81a08b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn load_spec(id: &str) -> std::result::Result<Box<dyn ChainSpec>, String> {
Ok(match id {
// live configs
"bajun" => Box::new(bajun_config()?),
"bajun-westend" => Box::new(bajun_westend_config()?),
// "bajun-westend" => Box::new(bajun_westend_config()?),

// initialize new genesis configs
// Todo: add helper functions to chain-spec to recreate configs for
Expand Down

0 comments on commit 81a08b1

Please sign in to comment.