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 a13c0a4 commit 716f434Copy full SHA for 716f434
src/helpers/entityValue.ts
@@ -4,7 +4,7 @@ type Proposal = {
4
};
5
6
/**
7
- * Calculates the total proposal value based on the vote's total voting power and the proposal's value per strategy.
+ * Calculates the total proposal value based on all votes' total voting power and the proposal's value per strategy.
8
* @returns The total value of the given proposal's votes, in the currency unit specified by the proposal's vp_value_by_strategy values
9
*/
10
export function getProposalValue(proposal: Proposal): number {
0 commit comments