Skip to content

Commit

Permalink
🐛 fix proposal_counter getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Mar 28, 2024
1 parent 7acd1ac commit e81cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ abstract class Versioned {
c.version === "0.3.3" ||
c.version === "0.3.4"
) {
return c.owners;
return c.proposal_counter;
}
if (c.version === "unknown version") {
return BigNumber(0);
Expand Down

0 comments on commit e81cd74

Please sign in to comment.