good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3016f238 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

cmd/geth: fixed test

parent e5fba8fd
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ func TestContract(t *testing.T) {
t.Skip("contract testing is implemented with mining in ethash test mode. This takes about 7seconds to run. Unskip and run on demand")
coinbase := common.HexToAddress(testAddress)
tmp, repl, ethereum := testREPL(t, func(conf *eth.Config) {
conf.Etherbase = testAddress
conf.Etherbase = coinbase
conf.PowTest = true
})
if err := ethereum.Start(); err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment