From 923cfa3d50ee2e2257674b3ec6a7a28da8362843 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 17 Mar 2020 10:49:28 -0400 Subject: [PATCH] another --- lbry/wallet/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: