diff options
Diffstat (limited to 'lib/contract.js')
-rw-r--r-- | lib/contract.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |