Skip to content

Commit e903eec

Browse files
feat(taiko-client): improve FetchPacaya (#19438)
Co-authored-by: Copilot <[email protected]>
1 parent e634dcc commit e903eec

File tree

1 file changed

+2
-0
lines changed
  • packages/taiko-client/driver/txlist_fetcher

1 file changed

+2
-0
lines changed

packages/taiko-client/driver/txlist_fetcher/blob.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ func (d *BlobFetcher) FetchPacaya(
142142
}
143143

144144
b = append(b, bytes...)
145+
// Exit the loop as the matching sidecar has been found and processed.
146+
break
145147
}
146148
}
147149
}

0 commit comments

Comments
 (0)