sendingFunds_utils: SendFunds(): changed sentAmount callback arg from float to JSBigInt

pull/106/head
Paul Shapiro 6 years ago
parent da0a95abd9
commit 662b8487aa

@ -634,13 +634,7 @@ function SendFunds(
const tx_fee = final_networkFee; /*.add(hostingService_chargeAmount) NOTE: Service charge removed to reduce bloat for now */
__trampolineFor_success(
moneroReady_targetDescription_address,
sweeping
? parseFloat(
monero_amount_format_utils.formatMoneyFull(
totalAmountWithoutFee_JSBigInt,
),
)
: amount,
totalAmountWithoutFee_JSBigInt,
final__payment_id,
tx_hash,
tx_fee,

Loading…
Cancel
Save