Skip to content

Commit

Permalink
Fixes #1309
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Sep 22, 2022
1 parent b0d1e85 commit 82cc5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/indexer/fetch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ export class FetchService implements OnApplicationShutdown {
const { _metadata: metaData } = dictionary;

if (metaData.genesisHash !== this.api.genesisHash.toString()) {
logger.warn(`Dictionary is disabled since now`);
logger.error('The dictionary that you have specified does not match the chain you are indexing, it will be ignored. Please update your project manifest to reference the correct dictionary');
this.useDictionary = false;
this.eventEmitter.emit(IndexerEvent.UsingDictionary, {
value: Number(this.useDictionary),
Expand Down

0 comments on commit 82cc5a9

Please sign in to comment.