diff --git a/cmd/gnoland/main.go b/cmd/gnoland/main.go index d5e0ba9fc2d..bcd4c158fca 100644 --- a/cmd/gnoland/main.go +++ b/cmd/gnoland/main.go @@ -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)