Skip to content

Commit

Permalink
Merge pull request #1878 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail 6.0.0-beta.1.33 Testnet Release Hotfix
  • Loading branch information
kotlarmilos authored Apr 1, 2022
2 parents 21b449c + ab025aa commit db6bc64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/libp2p-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Libp2pService {
this.logger.info(`Sending response from ${this.config.id} to ${remotePeerId}: event=${eventName};`);
const result = await handler(data);
if (Date.now() <= timestamp + timeout) {
await this.sendMessage(`${eventName}/result/1.0.0`, result, handlerProps.connection.remotePeer);
await this.sendMessage(`${eventName}/result`, result, handlerProps.connection.remotePeer);
} else {
this.logger.warn(`Too late to send response from ${this.config.id} to ${remotePeerId}: event=${eventName};`);
}
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-beta.1.33-hotfix.1",
"version": "6.0.0-beta.1.33-hotfix.2",
"description": "OTNode v6 Beta 1",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit db6bc64

Please sign in to comment.