Skip to content

Commit

Permalink
(WIP) Namecoin / AuxPoW: Fix missing import in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Mar 25, 2019
1 parent bca0ded commit 7db5c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from . import pem
from . import version
from . import blockchain
from .blockchain import Blockchain
from .blockchain import Blockchain, HeaderChunk
from . import constants
from .i18n import _

Expand Down

0 comments on commit 7db5c69

Please sign in to comment.