Skip to content

Commit 651dcc9

Browse files
fixed statement/lint
1 parent 2c2d933 commit 651dcc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src_nbgl/ui_approve_tx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ static void reviewContinueCommon(void) {
217217
}
218218

219219
if (tx_approval_context.displayNetwork) {
220-
nbPairs++;
220+
nbPairs++;
221221
}
222222

223223
useCaseTagValueList.pairs = NULL;

src_nbgl/ui_stark_transfer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static bool displayTransactionPage(uint8_t page, nbgl_pageContent_t *content) {
6969
condAddressBuffer,
7070
sizeof(condAddressBuffer),
7171
&global_sha3,
72-
chainConfig->chainId),
72+
chainConfig->chainId);
7373
pairs[0].item = "Cond. Address";
7474
pairs[0].value = condAddressBuffer;
7575

0 commit comments

Comments
 (0)