From c01fe5aea235a5fa21857afc29626946852c5102 Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 9 Apr 2015 20:11:07 +0300 Subject: [PATCH] added register in init --- lib/node.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index 43c27a3..ee16329 100644 --- a/lib/node.js +++ b/lib/node.js @@ -492,6 +492,8 @@ Node.prototype.installContract = function() Node.prototype.init = function() { + web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69'); + this.installContract(); this.update(); this.setWatches(); diff --git a/package.json b/package.json index 5ffd9eb..7f14447 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eth-net-intelligence-api", "description": "Ethereum Network Intelligence API", - "version": "0.0.2", + "version": "0.0.3", "private": true, "main": "./app.js", "directories": {