Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Jun 11, 2024
1 parent 5f5896b commit 65604da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/src/network/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fn overwrite_genesis(home_dir: impl AsRef<Path>) -> Result<()> {
.unwrap_or_default(),
)
.unwrap_or_default();
let register_amount = 1_000_000_000_000_000_0000_000_000_000_u128;
let register_amount = 10_000_000_000_000_000_000_000_000_000_u128;
total_supply += register_amount;
config.insert(
"total_supply".to_string(),
Expand Down

0 comments on commit 65604da

Please sign in to comment.