Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't forget this #1

Open
tjayrush opened this issue Sep 15, 2024 · 0 comments
Open

Don't forget this #1

tjayrush opened this issue Sep 15, 2024 · 0 comments

Comments

@tjayrush
Copy link
Member

jrush@laptop:~/D/trueblocks-node|main⚡*➤ git diff
diff --git a/app/app_config.go b/app/app_config.go
index 5196962..9b457ff 100644
--- a/app/app_config.go
+++ b/app/app_config.go
@@ -136,6 +136,7 @@ func cleanChainString(in string) (string, string) {
if strings.Contains(chains, "mainnet") {
chains = strings.ReplaceAll(chains, "mainnet", "")
chains = strings.ReplaceAll(chains, ",,", ",")

  •           chains = strings.Trim(chains, ",")
      }
      chains = strings.Trim("mainnet,"+chains, ",")
    

jrush@laptop:~/D/trueblocks-node|main⚡*➤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant