diff --git a/lbry/wallet/account.py b/lbry/wallet/account.py index a3fec4b0f..b7d4e29c5 100644 --- a/lbry/wallet/account.py +++ b/lbry/wallet/account.py @@ -452,7 +452,7 @@ class Account: def get_public_key(self, chain: int, index: int) -> PubKey: return self.address_managers[chain].get_public_key(index) - def get_balance(self, confirmations: int = 0, include_claims=False, read_only=False, **constraints): + def get_balance(self, confirmations=0, include_claims=False, read_only=False, **constraints): if not include_claims: constraints.update({'txo_type__in': (0, TXO_TYPES['purchase'])}) if confirmations > 0: