Skip to content

Commit

Permalink
Uncomment spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 28, 2023
1 parent 642a440 commit eac2aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/indexer/apiPromise.connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class ApiPromiseConnection
const blocks = await this.fetchBlocksBatches(
this.unsafeApi,
heights,
// overallSpecVer,
overallSpecVer,
);
return blocks;
}
Expand Down

0 comments on commit eac2aaf

Please sign in to comment.