mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-09 02:47:22 +02:00
ui: Offers table smart refresh button (JS), various fixes.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user