Skip to content

Commit

Permalink
Update apps/src/lib/config/genesis.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Zemanovic <[email protected]>
  • Loading branch information
batconjurer and tzemanovic authored Jul 10, 2023
1 parent c19062b commit e97db9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/lib/config/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub mod genesis_config {
/// Testnet faucet PoW difficulty - defaults to `0` when not set
pub faucet_pow_difficulty: Option<testnet_pow::Difficulty>,
#[cfg(not(feature = "mainnet"))]
/// Testnet faucet withdrawal limit - defaults to 1000 NAM when not set
/// Testnet faucet withdrawal limit - defaults to 1000 tokens when not set
pub faucet_withdrawal_limit: Option<Uint>,
// Initial validator set
pub validator: HashMap<String, ValidatorConfig>,
Expand Down

0 comments on commit e97db9d

Please sign in to comment.