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 d689b9f commit 5db4ef8Copy full SHA for 5db4ef8
pkg/subgraph/src/mappings/cv-strategy.ts
@@ -250,10 +250,10 @@ export function handlePointsDeactivated(event: PointsDeactivated): void {
250
}
251
let prop = contractProposal.value;
252
const maxConviction = cvc.getMaxConviction(
253
- prop.value4 // proposalStakedAmount
+ prop.getStakedAmount()
254
);
255
proposal.maxCVStaked = maxConviction;
256
- proposal.convictionLast = prop.value7; // convictionLast
+ proposal.convictionLast = prop.getConvictionLast();
257
258
proposal.save();
259
const memberStrategyId = `${member.id}-${strategy.id}`;
0 commit comments