diff options
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r-- | dist/ethereum.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/ethereum.js b/dist/ethereum.js index 7bcf86c81..2371eaa90 100644 --- a/dist/ethereum.js +++ b/dist/ethereum.js @@ -521,6 +521,8 @@ var contract = function (address, desc) { // TODO: figure out better way to solve this 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); |