Merge branch 'poc-9' of github.com-obscure:ethereum/go-ethereum into poc-9

This commit is contained in:
obscuren
2015-03-06 16:40:21 +01:00
126 changed files with 9960 additions and 5685 deletions

View File

@@ -30,10 +30,7 @@ type Vm struct {
func New(env Environment) *Vm {
lt := LogTyPretty
if ethutil.Config.Diff {
lt = LogTyDiff
}
// lt = LogTyDiff
return &Vm{debug: true, env: env, logTy: lt, Recoverable: true}
}