Skip to content

Commit

Permalink
Merge pull request #28 from nguyenphuminh/patch-0.13.1
Browse files Browse the repository at this point in the history
Patch 0.13.1
  • Loading branch information
nguyenphuminh authored Jun 24, 2022
2 parents 63dff6a + 3baafe3 commit 60aa324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jechain",
"version": "0.13.0",
"version": "0.13.1",
"description": "Node for JeChain - an experimental smart contract blockchain network",
"main": "./src/jenode.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/jenode.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ server.on("connection", async (socket, req) => {
break;
}

break;

// Handshake message used to connect to other nodes.
case "TYPE_HANDSHAKE":
connect(_message.data);
Expand Down

0 comments on commit 60aa324

Please sign in to comment.