fix: deprecate cashInFeeCrypto
This commit is contained in:
parent
8daa2a0585
commit
d7a5f05437
6 changed files with 16 additions and 6 deletions
|
|
@ -33,7 +33,6 @@ function massage (tx, pi) {
|
|||
cryptoAtoms: new BN(r.cryptoAtoms),
|
||||
fiat: new BN(r.fiat),
|
||||
cashInFee: new BN(r.cashInFee),
|
||||
cashInFeeCrypto: new BN(r.cashInFeeCrypto),
|
||||
commissionPercentage: new BN(r.commissionPercentage),
|
||||
rawTickerPrice: r.rawTickerPrice ? new BN(r.rawTickerPrice) : null,
|
||||
minimumTx: new BN(r.minimumTx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue