Skip to content

Commit 922f881

Browse files
committed
common/natspec: fixed test
1 parent bfcac89 commit 922f881

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
@@ -125,7 +125,7 @@ func testEth(t *testing.T) (ethereum *eth.Ethereum, err error) {
125125
AccountManager: am,
126126
MaxPeers: 0,
127127
PowTest: true,
128-
Etherbase: testAddress,
128+
Etherbase: common.HexToAddress(testAddress),
129129
})
130130

131131
if err != nil {

0 commit comments

Comments
 (0)