Fix: set_fingerprint doesn't expect a reply (failed on FLOSS Card 3.4, after refactoring set_fingerprint)
This commit is contained in:
parent
a0370c5c53
commit
df4b4bdabb
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ impl CardApp {
|
|||
fp.to_vec(),
|
||||
);
|
||||
|
||||
apdu::send_command(self.card(), fp_cmd, true)
|
||||
apdu::send_command(self.card(), fp_cmd, false)
|
||||
}
|
||||
|
||||
/// Set algorithm attributes [4.4.3.9 Algorithm Attributes]
|
||||
|
|
Loading…
Reference in a new issue