Commit fda09db1 authored by Iuri Matias's avatar Iuri Matias

fix binding

parent ae985b90
......@@ -46,7 +46,7 @@ export function makeUdapp (blockchain, compilersArtefacts, logHtmlCallback) {
if (compilersArtefacts['__last']) return compilersArtefacts.getAllContractDatas()
return null
},
resolveReceipt: transactionReceiptResolver.resolve.bind(transactionReceiptResolver)
resolveReceipt: transactionReceiptResolver
}
})
......
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