Skip to content

Commit

Permalink
Update examples/gno.land/p/gov/proposal/proposal.gno
Browse files Browse the repository at this point in the history
Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
ajnavarro and moul committed Jul 8, 2024
1 parent c905b97 commit 6bb2fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/gov/proposal/proposal.gno
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (exec *executorImpl) IsSuccessful() bool {
return exec.success
}

// Expired returns whether the execution had expired or not.
// IsExpired returns whether the execution had expired or not.
// This implementation never expires.
func (exec *executorImpl) IsExpired() bool {
return false
Expand Down

0 comments on commit 6bb2fb8

Please sign in to comment.