Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "mec", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "This package helps to create multi-layer chains upon Ethereum Network. Also it provides easy to use nodejs API to any of consortium network and helps to manage all of them at the same time", | ||
@@ -5,0 +5,0 @@ "main": "mec.js", |
@@ -25,3 +25,3 @@ const keys = require('../appStructure/keyElements.js') | ||
if(input != '') { | ||
service.app[method](inputs, { from: acc() }, (err,res)=>{ | ||
service.app[method](input, { from: acc() }, (err,res)=>{ | ||
if(res) { | ||
@@ -28,0 +28,0 @@ let abi = service.howTo(method); |
32508143