Skip to content

Commit

Permalink
ready to push to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Swastik47 committed Oct 16, 2024
1 parent c891963 commit 0e7689d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2671,7 +2671,7 @@ public Map<String, Object> getProposalsHistory(@Optional int startIndex) {
}

@External(readonly = true)
public Boolean hasTwoThirdsMajority(String key, boolean isMilestone) {
public boolean hasTwoThirdsMajority(String key, boolean isMilestone) {
//can also use if else if this doesnt work as intended

//error: milestonedb doesnt have total votes or voters
Expand Down

0 comments on commit 0e7689d

Please sign in to comment.