fix(send): Fixed 'Send Max' button

This commit is contained in:
Daniel Gonzalez
2021-02-11 17:15:58 -04:00
parent 5d2fa83d3b
commit fd5e0ab73e
2 changed files with 47 additions and 35390 deletions
+46 -35389
View File
File diff suppressed because it is too large Load Diff
@@ -224,7 +224,7 @@ class Send extends React.Component {
// Get total of satoshis fron the bch utxos
let totalAmount = 0
utxos.map(val => (totalAmount += val.satoshis))
utxos.map(val => (totalAmount += val.value))
// Convert satoshis to bch
let amountSat = totalAmount / 100000000