Browse Source

fix typo

283
ThomasV 8 years ago
parent
commit
2450c1d481
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -533,7 +533,7 @@ class Abstract_Wallet(PrintError):
return c, u, x
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):
coins = []

Loading…
Cancel
Save