Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored Jan 12, 2024
1 parent 2cc5ea1 commit 8ad4fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chainspec/mainnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fn mainnet_genesis(
balances: genesis_non_airdrop
.iter()
.map(|(x, y, _, _, _)| (x.clone().to_account_id_32(), *y))
.chain(endowed_accounts.into_iter())
.chain(endowed_accounts)
.collect(),
},
vesting: VestingConfig {
Expand Down

0 comments on commit 8ad4fae

Please sign in to comment.