We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017f5b9 commit 3978207Copy full SHA for 3978207
node/src/chain_spec/finney.rs
@@ -60,6 +60,7 @@ pub fn finney_mainnet_config() -> Result<ChainSpec, String> {
60
.checked_add(*amount)
61
.ok_or("Balances issuance overflowed".to_string())?;
62
}
63
+
64
processed_balances.sort();
65
66
// Give front-ends necessary data to present to users
0 commit comments