added register in init
This commit is contained in:
parent
59fd970401
commit
c01fe5aea2
@ -492,6 +492,8 @@ Node.prototype.installContract = function()
|
||||
|
||||
Node.prototype.init = function()
|
||||
{
|
||||
web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69');
|
||||
|
||||
this.installContract();
|
||||
this.update();
|
||||
this.setWatches();
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user