From 2c74e64e18a7f77d6e06ffdbe8f5c753f4f65776 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 24 Sep 2024 01:54:11 -0700 Subject: [PATCH] Update packages/store-sync/src/createStoreSync.ts Co-authored-by: alvarius --- packages/store-sync/src/createStoreSync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/store-sync/src/createStoreSync.ts b/packages/store-sync/src/createStoreSync.ts index a72de4a7db..a781b78428 100644 --- a/packages/store-sync/src/createStoreSync.ts +++ b/packages/store-sync/src/createStoreSync.ts @@ -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[] = [];