mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Show depth spendable when lock tx B confirming.
This commit is contained in:
@@ -1520,7 +1520,9 @@ def printVersion(with_coins):
|
||||
if len(with_coins) < 1:
|
||||
return
|
||||
print("Core versions:")
|
||||
with_coins_changed: bool = False if len(with_coins) == 1 and "particl" in with_coins else True
|
||||
with_coins_changed: bool = (
|
||||
False if len(with_coins) == 1 and "particl" in with_coins else True
|
||||
)
|
||||
for coin, version in known_coins.items():
|
||||
if with_coins_changed and coin not in with_coins:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user