OSDN Git Service

fix the issue 1584 (#1685)
authorPaladz <yzhu101@uottawa.ca>
Wed, 10 Apr 2019 03:25:04 +0000 (11:25 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2019 03:25:04 +0000 (11:25 +0800)
util/util.go

index 8c8d598..cb4ec3c 100644 (file)
@@ -24,7 +24,7 @@ const (
 )
 
 var (
-       coreURL = env.String("BYTOM_URL", "http://localhost:9888")
+       coreURL = env.String("BYTOM_URL", "http://127.0.0.1:9888")
 )
 
 // Wraper rpc's client