common/natspec: fixed test

This commit is contained in:
Jeffrey Wilcke 2015-07-07 13:01:39 +02:00
parent ee04b71887
commit df54510e3e
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,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 {