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.
1 parent e5fba8f commit 3016f23Copy full SHA for 3016f23
cmd/geth/js_test.go
@@ -257,7 +257,7 @@ func TestContract(t *testing.T) {
257
t.Skip("contract testing is implemented with mining in ethash test mode. This takes about 7seconds to run. Unskip and run on demand")
258
coinbase := common.HexToAddress(testAddress)
259
tmp, repl, ethereum := testREPL(t, func(conf *eth.Config) {
260
- conf.Etherbase = testAddress
+ conf.Etherbase = coinbase
261
conf.PowTest = true
262
})
263
if err := ethereum.Start(); err != nil {
0 commit comments