Skip to content

Commit

Permalink
trigger build spec again
Browse files Browse the repository at this point in the history
  • Loading branch information
open-junius committed Nov 26, 2024
1 parent 017f5b9 commit 3978207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/chain_spec/finney.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ pub fn finney_mainnet_config() -> Result<ChainSpec, String> {
.checked_add(*amount)
.ok_or("Balances issuance overflowed".to_string())?;
}

processed_balances.sort();

// Give front-ends necessary data to present to users
Expand Down

0 comments on commit 3978207

Please sign in to comment.