Skip to content

Commit

Permalink
Merge pull request #521 from connext/subg-initial-sync
Browse files Browse the repository at this point in the history
Hotfix: have subg start out synced
  • Loading branch information
LayneHaber authored Nov 12, 2021
2 parents e13dd53 + b5e1523 commit 3324cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/fallbackSubgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class FallbackSubgraph<T extends SdkLike> {
this.sdks = sdks.map(({ client, uri }) => ({
client,
record: {
synced: false,
synced: true,
latestBlock: -1,
syncedBlock: -1,
// Setting maxLag + 1 as default to ensure we don't use the subgraph in this current state
Expand Down

0 comments on commit 3324cee

Please sign in to comment.