Skip to content

Commit

Permalink
Merge pull request #1260 from RafaelTaranto/fix/cash-out-fixed-fee
Browse files Browse the repository at this point in the history
LAM-222 fix: cash-out fixed fee naming
  • Loading branch information
RafaelTaranto authored Dec 21, 2024
2 parents 4e17e49 + a5cd14d commit 462bd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trader.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function massage (rawTx) {

return _.assign(tx, {
cryptoAtoms: BN(tx.cryptoAtoms),
cashOutFee: BN(tx.cashOutFee),
cashOutFee: BN(tx.fixedFee),
commissionPercentage: BN(tx.commissionPercentage),
fiat: BN(tx.fiat)
})
Expand Down

0 comments on commit 462bd0c

Please sign in to comment.