commit 25c6a78ae05c759177011a7d184d407b78cb88e7 parent 475a48091f7e06f6f39ff580a77a658e0ae3c93a Author: ThomasV <thomasv@gitorious> Date: Sat, 2 May 2015 16:29:41 +0200 fix missing immport Diffstat:
M | lib/wallet.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -708,6 +708,7 @@ class Abstract_Wallet(object): def get_history(self, domain=None): + from collections import defaultdict # get domain if domain is None: domain = self.get_account_addresses(None)