Skip to content

Commit

Permalink
Merge pull request #3156 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
Version updated - removed hotfix from version
  • Loading branch information
djordjekovac authored Apr 24, 2024
2 parents 0ebf1a7 + ca455c2 commit fa107cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "6.3.0+hotfix.2",
"version": "6.3.0",
"description": "OTNode V6",
"main": "index.js",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class BlockchainGetLatestServiceAgreement extends Command {
const latestDbTokenId =
lastProcessedTokenId ??
(await this.repositoryModuleManager.getLatestServiceAgreementTokenId(blockchain)) ??
0;
latestBlockchainTokenId;

if (latestBlockchainTokenId < latestDbTokenId) {
this.logger.debug(
Expand Down

0 comments on commit fa107cc

Please sign in to comment.