Merge remote-tracking branch 'origin/release-8.1' into release-8.6
This commit is contained in:
commit
75563ef24d
5 changed files with 9 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ const DEFAULT_PRICE_PRECISION = 2
|
|||
const DEFAULT_AMOUNT_PRECISION = 8
|
||||
|
||||
function trade (side, account, tradeEntry, exchangeName) {
|
||||
const { cryptoAtoms, fiatCode, _cryptoCode, tradeId } = tradeEntry
|
||||
const { cryptoAtoms, fiatCode, cryptoCode: _cryptoCode, tradeId } = tradeEntry
|
||||
try {
|
||||
const cryptoCode = coinUtils.getEquivalentCode(_cryptoCode)
|
||||
const exchangeConfig = ALL[exchangeName]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue