You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: In gnoweb realm_help.html, update to Data.Config.HelpRemote and Data.Config.HelpChainID (#1496)
This is a followup to PR #1444 . In gnoweb.go, the configuration is
[assigned to
Config](https://github.com/gnolang/gno/blob/b525e8bd92efd1935c091c3491202a10ef4a5906/gno.land/pkg/gnoweb/gnoweb.go#L173)
. Previously, the assignment was changed to Flags but it has been
changed again to Config. (I tried to find the commit to blame but this
file has been moved around and renamed too many times.) In
realm_help.html, we now need to refer to these with the prefix
Data.Config (not Data.Flags) . Without this change, the chain ID and
remote on the help pages are blank. With this change, they display
correctly.
Signed-off-by: Jeff Thompson <jeff@thefirst.org>
0 commit comments