Updated on 2026-08-14
This commit is contained in:
parent
b690338759
commit
460a9d19c1
14 changed files with 627 additions and 29 deletions
|
|
@ -610,6 +610,10 @@ public class CardProtocol {
|
|||
|
||||
mCard.setRemainingSignatures(readResult.getTagAsInt(TLV.Tag.TAG_RemainingSignatures));
|
||||
|
||||
if (readResult != null && readResult.getTLV(TLV.Tag.TAG_SignedHashes) != null) {
|
||||
mCard.setSignHashes(readResult.getTLV(TLV.Tag.TAG_SignedHashes).Value);
|
||||
}
|
||||
|
||||
} else {
|
||||
mCard.setWallet("N/A");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue