Improved efficency
This commit is contained in:
parent
fdb4331aec
commit
059fc84cb3
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ class GeckoCrypto(CryptoInterface):
|
|||
return False
|
||||
|
||||
def __get_coins__(self):
|
||||
if len(self.coin_ids) == 0:
|
||||
return []
|
||||
|
||||
self.__prepare_metadata__()
|
||||
coins = []
|
||||
for id in self.coin_ids:
|
||||
|
|
Loading…
Reference in a new issue