From 2c489168c2db91d636b3afb15457eba59720b4e4 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 17 Mar 2020 10:47:59 -0400 Subject: [PATCH] feedback --- lbry/wallet/account.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lbry/wallet/account.py b/lbry/wallet/account.py index 43fafa831..a3fec4b0f 100644 --- a/lbry/wallet/account.py +++ b/lbry/wallet/account.py @@ -452,8 +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: bool = False, - read_only=False, **constraints): + def get_balance(self, confirmations: int = 0, include_claims=False, read_only=False, **constraints): if not include_claims: constraints.update({'txo_type__in': (0, TXO_TYPES['purchase'])}) if confirmations > 0: