Skip to content

Commit

Permalink
Change "not syncing" to "not synced" (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor "Nate" Graf authored and celo-ci-bot-user committed Jan 7, 2020
1 parent b36bc66 commit e584a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/attestation-service/src/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function initializeKit() {
}
}
} else {
throw new Error('Node is not syncing')
throw new Error('Node is not synced')
}
} catch (error) {
rootLogger.error(
Expand Down

0 comments on commit e584a64

Please sign in to comment.