Browse Source

Temporarily remove wallets that are not yet fully supported

v1.0.2-dev
Ken Carpenter 4 years ago
parent
commit
28797cc6a4
  1. 12
      ports/stm32/boards/Passport/modules/wallets/sw_wallets.py

12
ports/stm32/boards/Passport/modules/wallets/sw_wallets.py

@ -8,9 +8,9 @@ from data_codecs.qr_type import QRType
from .bitcoin_core import BitcoinCoreWallet from .bitcoin_core import BitcoinCoreWallet
from .bluewallet import BlueWallet from .bluewallet import BlueWallet
from .btcpay import BtcPayWallet from .btcpay import BtcPayWallet
from .casa import CasaWallet # from .casa import CasaWallet
from .caravan import CaravanWallet # from .caravan import CaravanWallet
from .dux_reserve import DuxReserveWallet # from .dux_reserve import DuxReserveWallet
from .electrum import ElectrumWallet from .electrum import ElectrumWallet
# from .fullynoded import FullyNodedWallet # from .fullynoded import FullyNodedWallet
# from .gordian import GordianWallet # from .gordian import GordianWallet
@ -24,9 +24,9 @@ supported_software_wallets = [
BitcoinCoreWallet, BitcoinCoreWallet,
BlueWallet, BlueWallet,
BtcPayWallet, BtcPayWallet,
CaravanWallet, # CaravanWallet,
CasaWallet, # CasaWallet,
DuxReserveWallet, # DuxReserveWallet,
ElectrumWallet, ElectrumWallet,
# FullyNodedWallet, # FullyNodedWallet,
# GordianWallet, # GordianWallet,

Loading…
Cancel
Save