mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
particl: Can swap PARTct -> XMR
This commit is contained in:
@@ -66,7 +66,7 @@ def value_or_none(v):
|
||||
|
||||
|
||||
def getCoinName(c):
|
||||
if c == Coins.PART_ANON:
|
||||
if c == Coins.PART_ANON or c == Coins.PART_BLIND:
|
||||
return chainparams[Coins.PART]['name'].capitalize() + 'Anon'
|
||||
return chainparams[c]['name'].capitalize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user