mirror of https://github.com/status-im/op-geth.git
common/natspec: fixed test
This commit is contained in:
parent
ee04b71887
commit
df54510e3e
|
@ -141,7 +141,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) {
|
||||||
AccountManager: am,
|
AccountManager: am,
|
||||||
MaxPeers: 0,
|
MaxPeers: 0,
|
||||||
PowTest: true,
|
PowTest: true,
|
||||||
Etherbase: testAddress,
|
Etherbase: common.HexToAddress(testAddress),
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue