This commit is contained in:
ThomasV 2015-03-27 18:38:40 +01:00
parent 9dbd546670
commit 9dd0728558
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from electrum.util import format_satoshis
import hashlib import hashlib
try: try:
from usb.core import USBError
from btchip.btchipComm import getDongle, DongleWait from btchip.btchipComm import getDongle, DongleWait
from btchip.btchip import btchip from btchip.btchip import btchip
from btchip.btchipUtils import compress_public_key,format_transaction, get_regular_input_script from btchip.btchipUtils import compress_public_key,format_transaction, get_regular_input_script