Skip to content

Commit 98c6be0

Browse files
committed
fix sco.17 manifest test
1 parent e21052f commit 98c6be0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tx_metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ typedef enum {
3535
ARGUMENT_TYPE_NODE_ROLE = 7,
3636
} argument_type_e;
3737

38-
#define PARSER_MAX_ARGCOUNT 9
38+
#define PARSER_MAX_ARGCOUNT 10
3939
#define METADATA_HASH_SIZE 32 // CX_SHA256_SIZE
4040
#define MAX_METADATA_MAX_ARRAY_ITEMS 20
4141

tests/test_sign_cmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def test_transaction_manifest(firmware, backend, navigator, test_name):
360360
for transaction in transactions:
361361
title_split = transaction["title"].split()
362362
tx_name = transaction["title"].split()[0]
363-
#TODO: fix for tx_name == "SCO.17":
364363
if len(title_split) > 3 and title_split[-2] == "-":
365364
tx_name = tx_name+"-"+title_split[-1]
366365
chain = transaction["chainID"]

0 commit comments

Comments
 (0)