Add coin name to getWalletInfo failed warning.
This commit is contained in:
parent
1068694990
commit
ff7e8fe0aa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user