feat: include cash-out fee in transaction updates

This commit is contained in:
siiky 2022-10-10 16:05:25 +01:00 committed by Rafael
parent 8fc3d7d819
commit dc9ca619bd

View file

@ -40,6 +40,7 @@ function massage (tx, pi) {
: {
cryptoAtoms: new BN(r.cryptoAtoms),
fiat: new BN(r.fiat),
cashOutFee: new BN(r.cashOutFee),
rawTickerPrice: r.rawTickerPrice ? new BN(r.rawTickerPrice) : null,
commissionPercentage: new BN(r.commissionPercentage)
}