Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-22 15:26:06 +03:00
parent eda078384e
commit a2a28c9c23
4 changed files with 64 additions and 75 deletions

View file

@ -617,7 +617,7 @@ 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);
mCard.setSignedHashes(readResult.getTagAsInt(TLV.Tag.TAG_SignedHashes));
}
} else {