Commit e6ab0dc7 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Add dummy publishContract listener

parent 157c5367
......@@ -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) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment