Skip to content

Commit

Permalink
update local testnet initial stake 1 to 10 (#9398)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmigo authored Aug 1, 2023
1 parent 8c8f209 commit 4afc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos-genesis/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ impl Builder {
let name = index.to_string();

let mut config = template.clone();
let mut genesis_stake_amount = 1;
let mut genesis_stake_amount = 10;
if let Some(init_config) = &self.init_config {
(init_config)(index, &mut config, &mut genesis_stake_amount);
}
Expand Down

0 comments on commit 4afc2a2

Please sign in to comment.