提交 39263b67 编写于 作者: O obscuren

Paranoia

上级 5f5910c6
......@@ -268,7 +268,7 @@ func (self *StateTransition) Eval(script []byte, context *StateObject) (ret []by
}
*/
Paranoia := true // TODO Create a flag for this
Paranoia := ethutil.Config.Paranoia
if Paranoia {
var (
trie = context.state.trie
......
......@@ -14,6 +14,7 @@ type config struct {
ExecPath string
Debug bool
Paranoia bool
Ver string
ClientString string
Pubkey []byte
......@@ -44,7 +45,7 @@ func ReadConfig(ConfigFile string, Datadir string, Identifier string, EnvPrefix
} else {
g.ParseAll()
}
Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.15", conf: g, Identifier: Identifier}
Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.15", conf: g, Identifier: Identifier, Paranoia: true}
Config.SetClientString("Ethereum(G)")
}
return Config
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册