Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-16 12:21:03 +03:00
parent b690338759
commit 460a9d19c1
14 changed files with 627 additions and 29 deletions

View file

@ -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");
}