Skip to content

Commit

Permalink
Namecoin: Rebrand imports in revealer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jan 22, 2019
1 parent fa71c7b commit fd5cd67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electrum_nmc/plugins/revealer/revealer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from hashlib import sha256
from typing import NamedTuple, Optional, Dict, Tuple

from electrum.plugin import BasePlugin
from electrum.util import to_bytes, bh2u, bfh
from electrum_nmc.plugin import BasePlugin
from electrum_nmc.util import to_bytes, bh2u, bfh

from .hmac_drbg import DRBG

Expand Down

0 comments on commit fd5cd67

Please sign in to comment.