OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / test / integration / run_test.go
index 880cf6b..f186ca2 100644 (file)
@@ -13,7 +13,7 @@ func mockConfig() *cfg.Config {
        var config = cfg.DefaultConfig()
        config.Wallet.Disable = false
        config.Mining = true
-       config.ApiAddress = "127.0.0.1:9888"
+       config.ApiAddress = "127.0.0.1:9889"
        return config
 }