mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
refactor: Move getTicker() to coin interface.
This commit is contained in:
@@ -14,7 +14,6 @@ class Explorer():
|
||||
self.coin_type = coin_type
|
||||
self.base_url = base_url
|
||||
self.log = self.swapclient.log
|
||||
self.coin_settings = self.swapclient.coin_clients[self.coin_type]
|
||||
|
||||
def readURL(self, url):
|
||||
self.log.debug('Explorer url: {}'.format(url))
|
||||
|
||||
Reference in New Issue
Block a user