Merge pull request #1022 from obscuren/parallel_nonce_checks

Parallelise nonce checks
This commit is contained in:
Jeffrey Wilcke
2015-05-18 11:13:53 -07:00
9 changed files with 119 additions and 25 deletions

View File

@ -172,6 +172,8 @@ func TestBlockChain(t *testing.T) {
tmpfile := filepath.Join(extmp, "export.chain")
tmpfileq := strconv.Quote(tmpfile)
ethereum.ChainManager().Reset()
checkEvalJSON(t, repl, `admin.export(`+tmpfileq+`)`, `true`)
if _, err := os.Stat(tmpfile); err != nil {
t.Fatal(err)