Merge pull request #69 from cubedro/develop

Added register in init
This commit is contained in:
Marian OANCΞA 2015-04-09 20:11:24 +03:00
commit f0c64e0102
2 changed files with 3 additions and 1 deletions

View File

@ -492,6 +492,8 @@ Node.prototype.installContract = function()
Node.prototype.init = function()
{
web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69');
this.installContract();
this.update();
this.setWatches();

View File

@ -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": {