Merge pull request #126 from Permissionless-Software-Foundation/dh-fix-send-max

fix(send): Fixed 'Send Max' button
This commit is contained in:
Chris Troutner
2021-02-13 18:24:52 -08:00
committed by GitHub
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