You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call get_spend_signature() returns incorrect spend signatures when the number of generated spend randomness parameters (equal to the number of calls to get_spend_randomness()) exceeds the number of spend descriptions (equal to the number of spend authorization signatures pushed). It seems that this is due to how the hardware wallet internally indexes the spend authorization signatures it is fetching here:
The call
get_spend_signature()
returns incorrect spend signatures when the number of generated spend randomness parameters (equal to the number of calls toget_spend_randomness()
) exceeds the number of spend descriptions (equal to the number of spend authorization signatures pushed). It seems that this is due to how the hardware wallet internally indexes the spend authorization signatures it is fetching here:ledger-namada/app/src/nvdata.c
Line 140 in 5ed06a4
The text was updated successfully, but these errors were encountered: