Skip to content

Commit

Permalink
chore: remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Jan 28, 2025
1 parent 42fa161 commit aa39bd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gno/p/dao_roles_based/members.gno
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type MemberModule struct {
members *avl.Tree // address -> struct{}
}

// TODO: FIX the owner of the role_manager is the deployer of the contract not the realm
func newMemberModule() *MemberModule {
return &MemberModule{
roleManager: role_manager.NewWithAddress(std.CurrentRealm().Addr()),
Expand Down
2 changes: 1 addition & 1 deletion gno/r/social_feeds/messages.gno
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (h *BanPostHandler) Execute(iMsg dao_interfaces.ExecutableMessage) {

func (h BanPostHandler) Type() string {
return ExecutableMessageBanPost{}.Type()
}


func (h BanPostHandler) Instantiate() dao_interfaces.ExecutableMessage {
return &ExecutableMessageBanPost{}
Expand Down

0 comments on commit aa39bd6

Please sign in to comment.