From 30a8d6bf1777bfc29a4da53181f89d8b58dc8135 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Tue, 27 Jan 2015 14:14:51 +0100 Subject: [PATCH] Squashed 'libjsqrc/ethereumjs/' changes from ad7c057..6d59047 6d59047 contract method name git-subtree-dir: libjsqrc/ethereumjs git-subtree-split: 6d59047c5f1f7102f399ca9d009dc91c867a2b2f --- lib/contract.js | 1 + 1 file changed, 1 insertion(+) 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);