From ac274362d8f28bb8b29f8b96c7df19e46a3b3bc1 Mon Sep 17 00:00:00 2001 From: anarcher Date: Sat, 5 Nov 2022 16:37:47 +0900 Subject: [PATCH] fix: change system/names to be added last in Genesis doc because namespace permission --- cmd/gnoland/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)