mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
commit
4de6bd5e83
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ Check if key fingerprint matches: `3B04D753C9050D9A5D343F39843C48A565F8F04B`:
|
||||||
```
|
```
|
||||||
gpg --import --import-options show-only adoptium.asc
|
gpg --import --import-options show-only adoptium.asc
|
||||||
```
|
```
|
||||||
If key doesn't match, do not procede.
|
If key doesn't match, do not proceed.
|
||||||
|
|
||||||
Add Adoptium PGP key to a the keyring shared folder:
|
Add Adoptium PGP key to a the keyring shared folder:
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -192,7 +192,7 @@ public class SatoCardApi extends CardApi {
|
||||||
String fullpath = KeyDerivation.writePath(derivation);
|
String fullpath = KeyDerivation.writePath(derivation);
|
||||||
cardProtocol.cardVerifyPIN(0, pin);
|
cardProtocol.cardVerifyPIN(0, pin);
|
||||||
|
|
||||||
// 2FA is optionnal, currently not supported in sparrow as it requires to send 2FA to a mobile app through a server.
|
// 2FA is optional, currently not supported in sparrow as it requires to send 2FA to a mobile app through a server.
|
||||||
SatoCardStatus cardStatus = this.getStatus();
|
SatoCardStatus cardStatus = this.getStatus();
|
||||||
if(cardStatus.needs2FA()) {
|
if(cardStatus.needs2FA()) {
|
||||||
throw new CardException("Satochip 2FA is not (yet) supported within Sparrow");
|
throw new CardException("Satochip 2FA is not (yet) supported within Sparrow");
|
||||||
|
|
|
@ -46,7 +46,7 @@ public class SatochipCommandSet {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the application info as stored from the last sent SELECT command. Returns null if no succesful SELECT
|
* Returns the application info as stored from the last sent SELECT command. Returns null if no successful SELECT
|
||||||
* command has been sent using this command set.
|
* command has been sent using this command set.
|
||||||
*
|
*
|
||||||
* @return the application info object
|
* @return the application info object
|
||||||
|
|
Loading…
Reference in a new issue