Browse Source

add specter desktop reimport usb wallets warning

terminal
Craig Raw 4 years ago
parent
commit
42b279d22a
  1. 2
      src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java

2
src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java

@ -49,7 +49,7 @@ public class SpecterDesktop implements WalletImport, WalletExport {
@Override
public String getWalletImportDescription() {
return "Import a Specter wallet created by using the Wallets > Settings > Export to Wallet Software in Specter Desktop";
return "Import a Specter wallet created by using the Wallets > Settings > Export to Wallet Software in Specter Desktop. Note Connected (USB) Hardware Wallets may need to be reimported separately as the export file may not contain this information.";
}
@Override

Loading…
Cancel
Save