feat: update tx size in real time
This commit is contained in:
@@ -162,6 +162,9 @@ async function payment(path) {
|
||||
}
|
||||
this.selectChangeAddress(this.changeWallet)
|
||||
},
|
||||
handleOutputsChange: function () {
|
||||
this.$refs.utxoList.applyUtxoSelectionMode()
|
||||
},
|
||||
getTotalPaymentAmount: function () {
|
||||
return this.sendToList.reduce((t, a) => t + (a.amount || 0), 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user