Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
Signed-off-by: Norman <[email protected]>
  • Loading branch information
n0izn0iz committed Jan 7, 2025
1 parent a792313 commit 0e80e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gno/p/daocond/cond_members_threshold.gno
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (m *membersThresholdState) HandleEvent(evt Event, votes map[string]Vote) {
}
}

// RenderJSON implements Condition.
// RenderJSON implements State.
func (m *membersThresholdState) RenderJSON(_ map[string]Vote) *json.Node {
return json.ObjectNode("", map[string]*json.Node{
"type": json.StringNode("", "members-threshold"),
Expand Down
2 changes: 1 addition & 1 deletion gno/p/daocond/cond_members_threshold_few_votes.gno
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (m *membersThresholdFewVotesState) HandleEvent(_ Event, _ map[string]Vote)
panic(errors.New("not implemented"))
}

// RenderJSON implements Condition.
// RenderJSON implements State.
func (m *membersThresholdFewVotesState) RenderJSON(votes map[string]Vote) *json.Node {
return json.ObjectNode("", map[string]*json.Node{
"type": json.StringNode("", "members-threshold"),
Expand Down

0 comments on commit 0e80e94

Please sign in to comment.