Updated on 2026-08-14
This commit is contained in:
commit
bd03f61333
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue