Skip to content

Commit 716f434

Browse files
wa0x6eCopilot
andauthored
Update src/helpers/entityValue.ts
Co-authored-by: Copilot <[email protected]>
1 parent a13c0a4 commit 716f434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/entityValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type Proposal = {
44
};
55

66
/**
7-
* Calculates the total proposal value based on the vote's total voting power and the proposal's value per strategy.
7+
* Calculates the total proposal value based on all votes' total voting power and the proposal's value per strategy.
88
* @returns The total value of the given proposal's votes, in the currency unit specified by the proposal's vp_value_by_strategy values
99
*/
1010
export function getProposalValue(proposal: Proposal): number {

0 commit comments

Comments
 (0)