Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonastheis committed Dec 10, 2024
1 parent de37d47 commit e34fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/rollup_sync_service/l1client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestL1Client(t *testing.T) {
ctx := context.Background()
mockClient := &mockEthClient{}

scrollChainABI, err := scrollChainMetaData.GetAbi()
scrollChainABI, err := ScrollChainMetaData.GetAbi()
if err != nil {
t.Fatal("failed to get scroll chain abi", "err", err)
}
Expand Down

0 comments on commit e34fecf

Please sign in to comment.