natspec.js updated to use sync api

pull/272/merge
Marek Kotewicz 10 years ago
parent 13f39afbdd
commit 29fa57e9b3
  1. 2
      example/natspec_contract.html

@ -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';
}

Loading…
Cancel
Save