Craig Raw
4 years ago
7 changed files with 24 additions and 4 deletions
@ -1 +1 @@ |
|||
Subproject commit 729c3a1435ccf3f47db456a04c964cacd853a770 |
|||
Subproject commit 5e8a14678d264dfc5e30cc594f60a6f7f87292ef |
@ -0,0 +1,20 @@ |
|||
package com.sparrowwallet.sparrow.io; |
|||
|
|||
import com.sparrowwallet.drongo.wallet.WalletModel; |
|||
|
|||
public class SeedSigner extends SpecterDIY { |
|||
@Override |
|||
public String getName() { |
|||
return "SeedSigner"; |
|||
} |
|||
|
|||
@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 P2WSH Multisig wallets."; |
|||
} |
|||
|
|||
@Override |
|||
public WalletModel getWalletModel() { |
|||
return WalletModel.SEEDSIGNER; |
|||
} |
|||
} |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 8.6 KiB |
Loading…
Reference in new issue