We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @chris124567, just wanted to let you known that now there is a force_page_start parameter https://github.com/LedgerHQ/ledger-secure-sdk/blob/master/lib_nbgl/include/nbgl_content.h#L108 that can be used to do what you need to do here: https://github.com/SiaFoundation/app-sia-x/blob/master/src/calcTxnHash_nbgl.c That should allow you to use nbgl_useCaseStaticReview (with the callback: https://github.com/LedgerHQ/ledger-secure-sdk/blob/master/lib_nbgl/include/nbgl_content.h#L126) instead of nbgl_useCaseRegularReview which is not recommended.
force_page_start
nbgl_useCaseStaticReview
nbgl_useCaseRegularReview
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from SiaFoundation/ledger-pr (B2CA-1262)
8895e0c
Misc. Fixes
chris124567
No branches or pull requests
Hello @chris124567, just wanted to let you known that now there is a
force_page_start
parameter https://github.com/LedgerHQ/ledger-secure-sdk/blob/master/lib_nbgl/include/nbgl_content.h#L108 that can be used to do what you need to do here:https://github.com/SiaFoundation/app-sia-x/blob/master/src/calcTxnHash_nbgl.c
That should allow you to use
nbgl_useCaseStaticReview
(with the callback: https://github.com/LedgerHQ/ledger-secure-sdk/blob/master/lib_nbgl/include/nbgl_content.h#L126) instead ofnbgl_useCaseRegularReview
which is not recommended.The text was updated successfully, but these errors were encountered: