Skip to content

Commit e34fecf

Browse files
committed
fix compile error
1 parent de37d47 commit e34fecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/rollup_sync_service/l1client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestL1Client(t *testing.T) {
1818
ctx := context.Background()
1919
mockClient := &mockEthClient{}
2020

21-
scrollChainABI, err := scrollChainMetaData.GetAbi()
21+
scrollChainABI, err := ScrollChainMetaData.GetAbi()
2222
if err != nil {
2323
t.Fatal("failed to get scroll chain abi", "err", err)
2424
}

0 commit comments

Comments
 (0)