good morning!!!!

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

natspec.js updated to use sync api

parent 13f39afb
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
// transaction does not return any result, cause it's not synchronous and we don't know,
// when it will be processed
contract.multiply(param).transact();
contract.transact().multiply(param);
document.getElementById('result').innerText = 'transaction made';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment