Browse Source

bug fix

cl-refactor
yann300 9 years ago
parent
commit
1b2979e93f
  1. 2
      mix/qml/js/NetworkDeployment.js

2
mix/qml/js/NetworkDeployment.js

@ -527,7 +527,7 @@ function registerContentHash(registrar, callBack)
});
}
function registerToUrlHint(url, callback)
function registerToUrlHint(url, gasPrice, callback)
{
console.log("register url " + deploymentDialog.packageStep.packageHash + " " + url)
deploymentGasPrice = gasPrice

Loading…
Cancel
Save