We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8f03d commit 53dae0eCopy full SHA for 53dae0e
1 file changed
evm/apdu_handler_evm.c
@@ -47,7 +47,7 @@ void extract_eth_path(uint32_t rx, uint32_t offset) {
47
uint8_t *path_data = G_io_apdu_buffer + offset + 1;
48
49
// hw-app-eth serializes path as BE numbers
50
- for (uint8_t i = 0; i < path_len; i++) {
+ for (uint8_t i = 0; i < path_len; i++) {
51
hdPathEth[i] = U4BE(path_data, 0);
52
path_data += sizeof(uint32_t);
53
}
0 commit comments