Commit df54510e authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

common/natspec: fixed test

parent ee04b718
...@@ -141,7 +141,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment