From c2892a066db9dff5c188af4341c8a1c15737e8b1 Mon Sep 17 00:00:00 2001 From: Jeff Thompson Date: Tue, 19 Dec 2023 17:03:37 +0100 Subject: [PATCH] fix: In gnoweb realm_help.html, update to Data.Flags.HelpChainID and Data.Flags.HelpRemote (#1444) In [gnoweb main.go](https://github.com/gnolang/gno/blob/9262c1a8f9495e8195a964a9a4a9963b19c61d33/gno.land/cmd/gnoweb/main.go#L23-L24), the names for flags `-help-chainid` and `-help-remote` are `HelpChainID` and `HelpRemote` . In realm_help.html, we need to refer to these with the prefix `Data.Flags` . Without this change, the chain ID and remote on the help pages are blank (on our Berty testnet node). With this change, they display correctly. (This fix was discovered at the Rouen retreat with the help of @moul .) Signed-off-by: Jeff Thompson --- gno.land/pkg/gnoweb/views/realm_help.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gno.land/pkg/gnoweb/views/realm_help.html b/gno.land/pkg/gnoweb/views/realm_help.html index d043fd1dcd6..e15d236f2a3 100644 --- a/gno.land/pkg/gnoweb/views/realm_help.html +++ b/gno.land/pkg/gnoweb/views/realm_help.html @@ -7,7 +7,7 @@
-
+