Show depth spendable when lock tx B confirming.

This commit is contained in:
tecnovert
2024-11-29 12:44:21 +02:00
parent 037851a002
commit 4942f23de6
3 changed files with 14 additions and 8 deletions

View File

@@ -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