Skip to content

Commit

Permalink
Update node/service/src/chain_spec/acala.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw authored May 12, 2022
1 parent 4ccd279 commit e677663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/chain_spec/acala.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub fn acala_dev_config() -> Result<ChainSpec, String> {
))
}

fn acala_devnet_genesis(
fn acala_dev_genesis(
wasm_binary: &[u8],
initial_authorities: Vec<(AccountId, AuraId)>,
root_key: AccountId,
Expand Down

0 comments on commit e677663

Please sign in to comment.