cmd/geth, common/natspec: updating tests (still failing?)

This commit is contained in:
obscuren
2015-06-04 11:41:20 +02:00
parent 36c0db2ac9
commit 9b27fb91c0
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ func testJEthRE(t *testing.T) (string, *testjethre, *eth.Ethereum) {
}
// set up mock genesis with balance on the testAddress
core.GenesisData = []byte(testGenesis)
core.GenesisAccounts = []byte(testGenesis)
ks := crypto.NewKeyStorePlain(filepath.Join(tmp, "keystore"))
am := accounts.NewManager(ks)