Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-30 17:07:08 +03:00
parent 6578d7c8c2
commit 30f8dc2208

View file

@ -331,7 +331,7 @@ public final class BTCUtils {
for(TangemCard.UnspentTransaction current: rawTxList)
{
byte[] rawTxByte = BTCUtils.fromHex(current.Raw);
if (rawTxByte == null)
if (rawTxByte == null || current.Raw.isEmpty())
{
continue;
}