Add dummy publishContract listener

pull/1/head
Alex Beregszaszi 8 years ago
parent 157c5367ec
commit e6ab0dc7aa
  1. 5
      src/app.js

@ -645,6 +645,11 @@ var run = function () {
startdebugging(txResult.transactionHash)
})
udapp.event.register('publishContract', this, function (contract) {
console.log('Publish contract...', contract)
alert('Publishing a contract is not supported yet.')
})
// ----------------- Renderer -----------------
var transactionContextAPI = {
getAddress: (cb) => {

Loading…
Cancel
Save