OSDN Git Service

fix: fix api port (#108)
[bytom/vapor.git] / util / util.go
index f26da96..f7e06fa 100644 (file)
@@ -24,7 +24,7 @@ const (
 )
 
 var (
-       coreURL = env.String("BYTOM_URL", "http://127.0.0.1:9888")
+       coreURL = env.String("BYTOM_URL", "http://127.0.0.1:9889")
 )
 
 // Wraper rpc's client