Skip to content

Commit

Permalink
Merge pull request qtumproject#19 from denuoweb/master
Browse files Browse the repository at this point in the history
Update SendToContract.vue
  • Loading branch information
denuoweb authored Sep 5, 2018
2 parents a569aff + 4f248d4 commit 1530779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controllers/SendToContract.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ export default {
this.confirmSendDialog = false
this.sending = false
const txViewUrl = server.currentNode().getTxExplorerUrl(txId)
this.$root.success(`Successful send. You can view at <a href="${txViewUrl}" target="_blank">${txViewUrl}</a>`, true, 0) this.$emit('send')
this.$root.success(`Successful send. You can view at <a href="${txViewUrl}" target="_blank">${txViewUrl}</a>`, true, 0)
this.$emit('send')
} catch (e) {
alert(e.message || e)
this.$root.log.error('send_to_contract_post_raw_tx_error', e.response || e.stack || e.toString() || e)
Expand Down

0 comments on commit 1530779

Please sign in to comment.