Skip to content

Commit

Permalink
Update packages/store-sync/src/createStoreSync.ts
Browse files Browse the repository at this point in the history
Co-authored-by: alvarius <[email protected]>
  • Loading branch information
holic and alvrs authored Sep 24, 2024
1 parent 7d685e5 commit 2c74e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store-sync/src/createStoreSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export async function createStoreSync({

// For chains that provide guaranteed receipts ahead of block mining, we can apply the logs immediately.
// This works because, once the block is mined, the same logs will be applied. Store events are defined in
// such a way that reapplying the same logs, even if the order changes, will mean that the storage adapter
// such a way that reapplying the same logs will mean that the storage adapter
// is kept up to date.

let optimisticLogs: readonly StoreEventsLog[] = [];
Expand Down

0 comments on commit 2c74e64

Please sign in to comment.