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()
|
Node.prototype.init = function()
|
||||||
{
|
{
|
||||||
|
web3.eth.register('0xb52ee9e9d0782c46f07ec2538cbacada1d0fcf69');
|
||||||
|
|
||||||
this.installContract();
|
this.installContract();
|
||||||
this.update();
|
this.update();
|
||||||
this.setWatches();
|
this.setWatches();
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "eth-net-intelligence-api",
|
"name": "eth-net-intelligence-api",
|
||||||
"description": "Ethereum Network Intelligence API",
|
"description": "Ethereum Network Intelligence API",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "./app.js",
|
"main": "./app.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
Reference in New Issue
Block a user