Skip to content

Commit 53dae0e

Browse files
committed
test
1 parent 0a8f03d commit 53dae0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evm/apdu_handler_evm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void extract_eth_path(uint32_t rx, uint32_t offset) {
4747
uint8_t *path_data = G_io_apdu_buffer + offset + 1;
4848

4949
// hw-app-eth serializes path as BE numbers
50-
for (uint8_t i = 0; i < path_len; i++) {
50+
for (uint8_t i = 0; i < path_len; i++) {
5151
hdPathEth[i] = U4BE(path_data, 0);
5252
path_data += sizeof(uint32_t);
5353
}

0 commit comments

Comments
 (0)