replace electrum/ecc with electrum_ecc package
This commit is contained in:
@@ -10,12 +10,13 @@ from decimal import Decimal
|
||||
from typing import Optional, TYPE_CHECKING, Type, Dict, Any, Union, Sequence, List, Tuple
|
||||
import random
|
||||
|
||||
import electrum_ecc as ecc
|
||||
|
||||
from .bitcoin import hash160_to_b58_address, b58_address_to_hash160, TOTAL_COIN_SUPPLY_LIMIT_IN_BTC
|
||||
from .segwit_addr import bech32_encode, bech32_decode, CHARSET, CHARSET_INVERSE, convertbits
|
||||
from . import segwit_addr
|
||||
from . import constants
|
||||
from .constants import AbstractNet
|
||||
from . import ecc
|
||||
from .bitcoin import COIN
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user