Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vgantchev committed Sep 2, 2024
1 parent d09d5a4 commit 43a65d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec/rococo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn parachain_config() -> Result<ChainSpec, String> {
}

pub fn _parachain_config_rococo() -> Result<ChainSpec, String> {
const INITIAL_BALANCE: u128 = 10_000;
const INITIAL_BALANCE: u128 = 10_000;
let wasm_binary = WASM_BINARY.ok_or("Development wasm binary not available".to_string())?;

let mut properties = Map::new();
Expand Down

0 comments on commit 43a65d5

Please sign in to comment.