mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
fix typo
This commit is contained in:
parent
7af5d42324
commit
2450c1d481
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ class Abstract_Wallet(PrintError):
|
||||||
return c, u, x
|
return c, u, x
|
||||||
|
|
||||||
def get_spendable_coins(self, domain = None):
|
def get_spendable_coins(self, domain = None):
|
||||||
return self.get_utxos(self, domain, exclude_frozen=True, mature=True)
|
return self.get_utxos(domain, exclude_frozen=True, mature=True)
|
||||||
|
|
||||||
def get_utxos(self, domain = None, exclude_frozen = False, mature = False):
|
def get_utxos(self, domain = None, exclude_frozen = False, mature = False):
|
||||||
coins = []
|
coins = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue