mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 00:39:26 +00:00
cmd/geth: fixed test
This commit is contained in:
parent
e5fba8fd70
commit
3016f23864
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
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)
|
coinbase := common.HexToAddress(testAddress)
|
||||||
tmp, repl, ethereum := testREPL(t, func(conf *eth.Config) {
|
tmp, repl, ethereum := testREPL(t, func(conf *eth.Config) {
|
||||||
conf.Etherbase = testAddress
|
conf.Etherbase = coinbase
|
||||||
conf.PowTest = true
|
conf.PowTest = true
|
||||||
})
|
})
|
||||||
if err := ethereum.Start(); err != nil {
|
if err := ethereum.Start(); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue