Clean code

This commit is contained in:
liangping 2021-09-04 11:17:09 +08:00
parent ee7bcef06d
commit 5b47ae030c

View File

@ -398,7 +398,6 @@ export default {
this.memo, this.memo,
signerData, signerData,
).then(bodyBytes => { ).then(bodyBytes => {
console.log('bodybytes:', bodyBytes)
this.$http.broadcastTx(bodyBytes, this.selectedChain).then(res => { this.$http.broadcastTx(bodyBytes, this.selectedChain).then(res => {
setLocalTxHistory({ op: 'vote', hash: res.tx_response.txhash, time: new Date() }) setLocalTxHistory({ op: 'vote', hash: res.tx_response.txhash, time: new Date() })
this.$bvModal.hide('vote-window') this.$bvModal.hide('vote-window')