Skip to content

Commit

Permalink
fix: remove tokens from unique chain-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 24, 2023
1 parent 52b4e08 commit 18163db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/cli/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ macro_rules! testnet_genesis {
.map(|k| (k, 1 << 100))
.collect(),
},
tokens: TokensConfig { balances: vec![] },
sudo: SudoConfig {
key: Some($root_key),
},
Expand Down

0 comments on commit 18163db

Please sign in to comment.