bugfix
This commit is contained in:
@@ -113,7 +113,7 @@ function addSymbol(p, base, quote, inverted) {
|
|||||||
const type = 'swap'
|
const type = 'swap'
|
||||||
const pools = [[p.a, p.f]]
|
const pools = [[p.a, p.f]]
|
||||||
_symbols[key] = {
|
_symbols[key] = {
|
||||||
full_name: key, symbol, ticker: full_name, description,
|
full_name: key, symbol, description,
|
||||||
exchange, type, inverted, base, quote, pools, x:p.x
|
exchange, type, inverted, base, quote, pools, x:p.x
|
||||||
}
|
}
|
||||||
if (defaultSymbol===null)
|
if (defaultSymbol===null)
|
||||||
|
|||||||
Reference in New Issue
Block a user