good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6d59047c authored by Marek Kotewicz's avatar Marek Kotewicz
Browse files

contract method name

parent ad7c0577
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment