Skip to content

Commit 3016f23

Browse files
committed
cmd/geth: fixed test
1 parent e5fba8f commit 3016f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/js_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func TestContract(t *testing.T) {
257257
t.Skip("contract testing is implemented with mining in ethash test mode. This takes about 7seconds to run. Unskip and run on demand")
258258
coinbase := common.HexToAddress(testAddress)
259259
tmp, repl, ethereum := testREPL(t, func(conf *eth.Config) {
260-
conf.Etherbase = testAddress
260+
conf.Etherbase = coinbase
261261
conf.PowTest = true
262262
})
263263
if err := ethereum.Start(); err != nil {

0 commit comments

Comments
 (0)