1
0

follow-up electrum_ecc: fix some import names

ref https://github.com/spesmilo/electrum/pull/9234
This commit is contained in:
SomberNight
2024-10-10 19:24:27 +00:00
parent 071150f465
commit 48661b5913
4 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,8 @@ import time
from struct import pack
from typing import Optional
from electrum import ecc
import electrum_ecc as ecc
from electrum.i18n import _
from electrum.util import UserCancelled
from electrum.keystore import bip39_normalize_passphrase