Skip to content

Commit df54510

Browse files
committed
common/natspec: fixed test
1 parent ee04b71 commit df54510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/natspec/natspec_e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) {
141141
AccountManager: am,
142142
MaxPeers: 0,
143143
PowTest: true,
144-
Etherbase: testAddress,
144+
Etherbase: common.HexToAddress(testAddress),
145145
})
146146

147147
if err != nil {

0 commit comments

Comments
 (0)