diff --git a/src/controllers/SendToContract.vue b/src/controllers/SendToContract.vue index cd7d507..705ca61 100644 --- a/src/controllers/SendToContract.vue +++ b/src/controllers/SendToContract.vue @@ -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 ${txViewUrl}`, true, 0) this.$emit('send') + this.$root.success(`Successful send. You can view at ${txViewUrl}`, 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)