Skip to content

Commit

Permalink
Namecoin / AuxPoW: Fix accidental Namecoin module name in auxpow branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Aug 6, 2018
1 parent 67164dd commit 67f3b61
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_nmc.blockchain is an absolute import because cyclic imports must be
# electrum.blockchain is an absolute import because cyclic imports must be
# absolute prior to Python 3.5.
import electrum_nmc.blockchain
import electrum.blockchain
from .bitcoin import hash_encode, hash_decode
from .crypto import Hash
from . import transaction
Expand Down

0 comments on commit 67f3b61

Please sign in to comment.