Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Nov 8, 2024
1 parent 21684ef commit 09632db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/handlers/handler_path.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "view_internal.h"
#include "zxmacros.h"

__Z_INLINE void extractHDPathTransparent(uint32_t rx, uint32_t offset) {
__Z_INLINE void extractHDPathTransparent(uint32_t rx, uint32_t offset, bool isUnified) {
uint8_t pathLen = HDPATH_LEN_BIP44;
if(isUnified){
pathLen = HDPATH_LEN_UNIFIED;
Expand Down

0 comments on commit 09632db

Please sign in to comment.