Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Mar 3, 2024
1 parent cfc09f4 commit 7d63a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-nano-reps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const generate_nano_reps = async () => {
results_index[account] = merged_rep
}

// Add missing representatives with sufficient voting weight
// Add missing representatives with sufficient voting weight (1000 Nano)
for (const account in db_reps_index) {
if (
!results_index[account] &&
Expand Down

0 comments on commit 7d63a0e

Please sign in to comment.