From 42b279d22a3a572291a0be32632e61f1ef202aa6 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 24 May 2021 12:29:57 +0200 Subject: [PATCH] add specter desktop reimport usb wallets warning --- src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java b/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java index 76032800..c30704f4 100644 --- a/src/main/java/com/sparrowwallet/sparrow/io/SpecterDesktop.java +++ b/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