Skip to content

Commit

Permalink
fix(proposals): finish time in boosted proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustoL committed Nov 23, 2022
1 parent d128189 commit c46e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export const decodeProposalStatus = function (
return {
status: 'Boosted',
boostTime: boostedPhaseTime,
finishTime: boostedPhaseTime,
finishTime: boostedPhaseTime.plus(boostedVotePeriodLimit),
pendingAction: PendingAction.None,
};
}
Expand Down

0 comments on commit c46e3dd

Please sign in to comment.