diff options
Diffstat (limited to 'cmd/geth/js_test.go')
-rw-r--r-- | cmd/geth/js_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/js_test.go b/cmd/geth/js_test.go index 646ca404a..48a6c1c73 100644 --- a/cmd/geth/js_test.go +++ b/cmd/geth/js_test.go @@ -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 { |