Skip to content

Commit

Permalink
chore: default inpause false
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcher committed Nov 5, 2022
1 parent 6ae5004 commit c35a86a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/gno.land/r/system/names/names.gno
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ func Register(namespace string) {

caller := std.GetOrigCaller()
namespaces.Set(namespace, &Space{
Admins: []std.Address{caller},
InPause: true,
Admins: []std.Address{caller},
})
}

Expand Down

0 comments on commit c35a86a

Please sign in to comment.