transitional ethutil.ReadConfig fixes in ethchain tests (they still fail! FIXME :)

This commit is contained in:
zelig
2014-06-27 15:56:45 +01:00
parent 423beddf57
commit 79009ca074
5 changed files with 14 additions and 6 deletions

View File

@ -44,7 +44,7 @@ func ReadConfig(ConfigFile string, Datadir string, Identifier string, EnvPrefix
} else {
g.ParseAll()
}
Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.14", conf: g, Identifier: Identifier}
Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.15", conf: g, Identifier: Identifier}
Config.SetClientString("Ethereum(G)")
}
return Config