mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-26 22:49:02 +00:00
fixed unittest build problem
This commit is contained in:
parent
862117e4bd
commit
0a600a03ee
@ -105,7 +105,7 @@ func testJEthRE(t *testing.T) (string, *testjethre, *eth.Ethereum) {
|
||||
t.Errorf("Error creating DocServer: %v", err)
|
||||
}
|
||||
tf := &testjethre{ds: ds, stateDb: ethereum.ChainManager().State().Copy()}
|
||||
repl := newJSRE(ethereum, assetPath, "", false, tf)
|
||||
repl := newJSRE(ethereum, assetPath, "", "", false, tf)
|
||||
tf.jsre = repl
|
||||
return tmp, tf, ethereum
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user