Skip to content

Commit 20d8909

Browse files
committed
chore: update min confirmed
1 parent 2775796 commit 20d8909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/sync/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { SyncInfo, BlockData } from './types';
1111

1212
const snapSyncStaleBlockNumber = 128;
1313
const snapSyncTrustedStaleBlockNumber = 896;
14-
const snapSyncMinConfirmed = 0;
14+
const snapSyncMinConfirmed = 2;
1515
const waitingSyncDelay = 200;
1616
const randomPickInterval = 1000;
1717
// about 1 week

0 commit comments

Comments
 (0)