ui: Offers table smart refresh button (JS), various fixes.

This commit is contained in:
gerlofvanek
2024-11-28 09:54:06 +01:00
parent 31ead537c9
commit 801006fa70
2 changed files with 184 additions and 62 deletions

View File

@@ -33,7 +33,7 @@ from basicswap.basicswap_util import (
from basicswap.protocols.xmr_swap_1 import getChainBSplitKey, getChainBRemoteSplitKey
PAGE_LIMIT = 25
PAGE_LIMIT = 1000
invalid_coins_from = []
known_chart_coins = [
"BTC",
@@ -51,7 +51,6 @@ known_chart_coins = [
"BCH",
]
def tickerToCoinId(ticker):
search_str = ticker.upper()
for c in Coins: