We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 060a07c + 559cc02 commit 6bc8decCopy full SHA for 6bc8dec
cmd/geth/js_test.go
@@ -68,7 +68,7 @@ func testJEthRE(t *testing.T) (string, *testjethre, *eth.Ethereum) {
68
// set up mock genesis with balance on the testAddress
69
core.GenesisData = []byte(testGenesis)
70
71
- ks := crypto.NewKeyStorePassphrase(filepath.Join(tmp, "keystore"))
+ ks := crypto.NewKeyStorePlain(filepath.Join(tmp, "keystore"))
72
am := accounts.NewManager(ks)
73
ethereum, err := eth.New(ð.Config{
74
DataDir: tmp,
0 commit comments