update seedsigner import description for 0.4.5 firmware

This commit is contained in:
Craig Raw 2021-12-16 10:58:21 +02:00
parent e6de33034b
commit e8c7f57704

View file

@ -10,7 +10,7 @@ public class SeedSigner extends SpecterDIY {
@Override
public String getKeystoreImportDescription() {
return "Import QR created on your SeedSigner by selecting Generate XPUB in the Signing Tools menu. Note that SeedSigner currently only supports multisig wallets with a P2WSH script type.";
return "Import QR created on your SeedSigner by selecting xPub from Seed in the Seed Tools menu once you have entered your seed.";
}
@Override