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
cmdTendermint:=exec.Command(fmt.Sprintf("%[1]vd", appName), "start")//nolint:gosec // Subprocess launched with function call as argument or cmd arguments
45
45
ifverbose {
46
46
fmt.Printf("🌍 Running a server at http://localhost:26657 (Tendermint)\n")
cmdREST:=exec.Command(fmt.Sprintf("%[1]vcli", appName), "rest-server")//nolint:gosec // Subprocess launched with function call as argument or cmd arguments
55
55
ifverbose {
56
56
fmt.Printf("🌍 Running a server at http://localhost:1317 (LCD)\n")
0 commit comments