diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-27 21:14:02 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2015-01-27 21:14:02 +0800 |
commit | 6d59047c5f1f7102f399ca9d009dc91c867a2b2f (patch) | |
tree | 553bd52cdd13a62233144bebfa2753ea3566cab5 /lib | |
parent | ad7c05778f3aa2d4b42c9fa401f57b24370f65ad (diff) | |
download | dexon-6d59047c5f1f7102f399ca9d009dc91c867a2b2f.tar.gz dexon-6d59047c5f1f7102f399ca9d009dc91c867a2b2f.tar.zst dexon-6d59047c5f1f7102f399ca9d009dc91c867a2b2f.zip |
contract method name
Diffstat (limited to 'lib')
-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 efee00cd1..65115a211 100644 --- a/lib/contract.js +++ b/lib/contract.js @@ -110,6 +110,7 @@ var contract = function (address, desc) { // TODO: figure out better way to solve this web3._currentContractAbi = desc; web3._currentContractAddress = address; + web3._currentContractMethodName = method.name; // transactions do not have any output, cause we do not know, when they will be processed web3.eth.transact(options); |