Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

direct-query-claim-prep.py error: AttributeError: 'Namespace' object has no attribute 'electrum_server' #7

Open
whysthatso opened this issue Jun 25, 2019 · 0 comments

Comments

@whysthatso
Copy link

./direct-query-claim-prep.py --not-tails  claim_save_file bitcoin-private 1HE..<cut>
read: /home/user/coins/forkdrop_suite/forkdrop-data.json
read: /home/user/coins/forkdrop_suite/forkdrop-data.json
Traceback (most recent call last):
 File "./direct-query-claim-prep.py", line 48, in <module>
    vdb = ValueDb(settings)
  File "/home/user/coins/forkdrop_suite/lib/value_db.py", line 23, in __init__
    self['addrs'] = self._get_address_info(settings, addrs)
  File "/home/user/coins/forkdrop_suite/lib/value_db.py", line 41, in _get_address_info
    if settings.electrum_server:
AttributeError: 'Namespace' object has no attribute 'electrum_server'

any idea what's the problem here?

@whysthatso whysthatso changed the title direc-query-claim-prep.py error: AttributeError: 'Namespace' object has no attribute 'electrum_server' direct-query-claim-prep.py error: AttributeError: 'Namespace' object has no attribute 'electrum_server' Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant