mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
Fix typos
This commit is contained in:
@@ -192,7 +192,7 @@ public class SatoCardApi extends CardApi {
|
||||
String fullpath = KeyDerivation.writePath(derivation);
|
||||
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();
|
||||
if(cardStatus.needs2FA()) {
|
||||
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.
|
||||
*
|
||||
* @return the application info object
|
||||
|
||||
Reference in New Issue
Block a user