mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-17 00:07:56 +00:00
Add coin name to getWalletInfo failed warning.
This commit is contained in:
parent
1068694990
commit
ff7e8fe0aa
1 changed files with 1 additions and 1 deletions
|
@ -6505,7 +6505,7 @@ class BasicSwap(BaseApp):
|
||||||
|
|
||||||
return rv
|
return rv
|
||||||
except Exception as e:
|
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:
|
def addWalletInfoRecord(self, coin, info_type, wi) -> None:
|
||||||
coin_id = int(coin)
|
coin_id = int(coin)
|
||||||
|
|
Loading…
Reference in a new issue