Skip to content

Commit

Permalink
fix: change system/names to be added last in Genesis doc
Browse files Browse the repository at this point in the history
because namespace permission
  • Loading branch information
anarcher committed Nov 8, 2022
1 parent da0311d commit ac27436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gnoland/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ func makeGenesisDoc(pvPub crypto.PubKey) *bft.GenesisDoc {
"r/gnoland/blog",
"r/gnoland/faucet",
"r/system/validators",
"r/system/names",
"r/system/rewards",
"r/system/names",
} {
// open files in directory as MemPackage.
memPkg := gno.ReadMemPackage(filepath.Join(".", "examples", "gno.land", path), "gno.land/"+path)
Expand Down

0 comments on commit ac27436

Please sign in to comment.