From 42a25f2f26f14a0b0ecfca31b5000f7a1d50240a Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Tue, 27 Jan 2015 14:31:50 +0100 Subject: evaluating solidity method input params --- lib/contract.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/contract.js b/lib/contract.js index 65115a211..e71734d0b 100644 --- a/lib/contract.js +++ b/lib/contract.js @@ -111,6 +111,7 @@ var contract = function (address, desc) { web3._currentContractAbi = desc; web3._currentContractAddress = address; web3._currentContractMethodName = method.name; + web3._currentContractMethodParams = params; // transactions do not have any output, cause we do not know, when they will be processed web3.eth.transact(options); -- cgit v1.2.3