Browse Source

fix missing immport

283
ThomasV 10 years ago
parent
commit
25c6a78ae0
  1. 1
      lib/wallet.py

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

Loading…
Cancel
Save