mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
fix: LINT
This commit is contained in:
@@ -51,6 +51,7 @@ known_chart_coins = [
|
|||||||
"BCH",
|
"BCH",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
def tickerToCoinId(ticker):
|
def tickerToCoinId(ticker):
|
||||||
search_str = ticker.upper()
|
search_str = ticker.upper()
|
||||||
for c in Coins:
|
for c in Coins:
|
||||||
|
|||||||
Reference in New Issue
Block a user