Add coin name to getWalletInfo failed warning.

This commit is contained in:
tecnovert 2024-01-07 09:12:59 +02:00
parent 1068694990
commit ff7e8fe0aa
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

View file

@ -6505,7 +6505,7 @@ class BasicSwap(BaseApp):
return rv
except Exception as e:
self.log.warning('getWalletInfo failed with: %s', str(e))
self.log.warning('getWalletInfo for %s failed with: %s', ci.coin_name(), str(e))
def addWalletInfoRecord(self, coin, info_type, wi) -> None:
coin_id = int(coin)