Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Apr 26, 2023
1 parent 7d9baec commit 09c31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-core/src/indexer/fetch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export abstract class BaseFetchService<
}
}
} catch (e: any) {
logger.error(e, `Having a problem when get best block`);
logger.error(e, `Having a problem when getting best block`);
}
}

Expand Down

0 comments on commit 09c31d6

Please sign in to comment.