Browse Source

fixed provider

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
195db68243
  1. 2
      mix/qml/html/WebContainer.html

2
mix/qml/html/WebContainer.html

@ -33,7 +33,7 @@ updateContracts = function(contracts) {
init = function(url) {
web3 = require('web3');
window.web3 = web3;
web3.setProvider(new web3.providers.HttpSyncProvider(url));
web3.setProvider(new web3.providers.HttpProvider(url));
};
</script>

Loading…
Cancel
Save