Wallet: fix output

This commit is contained in:
Thomas Farstrike
2025-05-31 19:16:28 +02:00
parent d16b38ff62
commit 26f28aa957
@@ -309,7 +309,7 @@ class NWCWallet(Wallet):
break
print("Waiting for relay connection...")
if not self.connected:
print("ERROR: could not connect to NWC relay {self.relay}, aborting...")
print(f"ERROR: could not connect to NWC relay {self.relay}, aborting...")
# TODO: call an error callback to notify the user
return