Skip to content

Commit

Permalink
Namecoin: Undo 67f3b61 for Namecoin master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Aug 18, 2018
1 parent 64a97d8 commit 702b6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/auxpow.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

import binascii

# electrum.blockchain is an absolute import because cyclic imports must be
# electrum_nmc.blockchain is an absolute import because cyclic imports must be
# absolute prior to Python 3.5.
import electrum.blockchain
import electrum_nmc.blockchain
from .bitcoin import hash_encode, hash_decode
from .crypto import Hash
from . import transaction
Expand Down

0 comments on commit 702b6e0

Please sign in to comment.