1
0

Remove zeroconf option for submarine swaps

Since we now accept random swap providers, it is unreasonable
to keep that option.
This commit is contained in:
ThomasV
2025-03-21 18:14:19 +01:00
parent 3db26c4ecb
commit 6e92a00ec4
4 changed files with 5 additions and 28 deletions

View File

@@ -68,10 +68,6 @@ class HttpSwapServer(Logger, EventListener):
"limits": {
"maximal": sm._max_amount,
"minimal": sm._min_amount,
"maximalZeroConf": {
"baseAsset": 0,
"quoteAsset": 0
}
},
"fees": {
"percentage": sm.percentage,