Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-30 21:07:56 +03:00
commit bd03f61333

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;
}