Skip to content

Commit

Permalink
Merge branch 'v6/prerelease/testnet' into v6/development-network
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic authored Sep 9, 2024
2 parents d51ddf1 + 0369426 commit 6a8f946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ot-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class OTNode {
this.logger,
this.config,
);

await this.initializeRouters();
await this.startNetworkModule();
this.startTelemetryModule();
Expand Down
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.5.1+hotfix.2",
"version": "6.5.1",
"description": "OTNode V6",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 6a8f946

Please sign in to comment.