fix missing immport

This commit is contained in:
ThomasV 2015-05-02 16:29:41 +02:00
parent 475a48091f
commit 25c6a78ae0
1 changed files with 1 additions and 0 deletions

View File

@ -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)