1
0

replace electrum/ecc with electrum_ecc package

This commit is contained in:
ThomasV
2024-06-17 13:38:54 +02:00
committed by SomberNight
parent 6e46fb329d
commit 3721f04ac8
37 changed files with 84 additions and 795 deletions

View File

@@ -33,8 +33,9 @@ import itertools
from aiorpcx import NetAddress
import attr
from . import ecc
from .ecc import ECPubkey
import electrum_ecc as ecc
from electrum_ecc import ECPubkey
from . import constants, util
from .util import bfh, chunks, TxMinedInfo
from .invoices import PR_PAID