Skip to content

Commit

Permalink
command fix the default rpc scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Nov 23, 2024
1 parent e70d6b2 commit 6a4fb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
func main() {
defaultRPC := os.Getenv("MIXIN_KERNEL_RPC")
if defaultRPC == "" {
defaultRPC = "127.0.0.1:6860"
defaultRPC = "http://127.0.0.1:6860"
}

app := cli.NewApp()
Expand Down

0 comments on commit 6a4fb16

Please sign in to comment.