mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Add coin name to getWalletInfo failed warning.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user