Skip to content

Commit

Permalink
This commit makes the following updates:
Browse files Browse the repository at this point in the history
1) Start using db.onename.com for registration queue
2) pep8 updates
3) Updated instructions for running the package
  • Loading branch information
muneeb-ali committed Dec 26, 2014
1 parent 705ea72 commit f53ed23
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 366 deletions.
2 changes: 1 addition & 1 deletion blockstack_registrar/README.md
Expand Up @@ -8,4 +8,4 @@ Installation

First install coinrpc

> pip install git+ssh://git@github.com/halfmoonlabs/coinrpc.git
> pip install git+https://github.com/openname/coinrpc.git
4 changes: 2 additions & 2 deletions blockstack_registrar/blockdata/activate.py
Expand Up @@ -112,7 +112,7 @@ def do_name_firstupdate():
continue

if entry['wait_till_block'] <= blocks:

if server in ignore_servers:
continue

Expand All @@ -124,7 +124,7 @@ def do_name_firstupdate():
update_value = None
if 'username' in entry:
update_value = get_string(refresh_value(entry))

if update_value is None:
update_value = get_string(entry['value'])

Expand Down

0 comments on commit f53ed23

Please sign in to comment.