We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023b3a7 commit d3cb95fCopy full SHA for d3cb95f
nightfall-client/src/services/state-sync.mjs
@@ -78,7 +78,7 @@ const genGetCommitments = async (query = {}, proj = {}) => {
78
79
// eslint-disable-next-line import/prefer-default-export
80
export const initialClientSync = async () => {
81
- const allCommitments = await genGetCommitments({blockNumber: {$gte: 0}});
+ const allCommitments = await genGetCommitments({ blockNumber: { $gte: 0 } });
82
const commitmentBlockNumbers = allCommitments.map(a => a.blockNumber);
83
logger.info({ msg: 'commitmentBlockNumbers', commitmentBlockNumbers });
84
0 commit comments