common/natspec: fixed test

release/0.9.36^2
Jeffrey Wilcke 9 years ago
parent bfcac89881
commit 922f881c3d
  1. 2
      common/natspec/natspec_e2e_test.go

@ -125,7 +125,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) {
AccountManager: am,
MaxPeers: 0,
PowTest: true,
Etherbase: testAddress,
Etherbase: common.HexToAddress(testAddress),
})
if err != nil {

Loading…
Cancel
Save