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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
For merkle tree index we unset the most significant bit of an encoded index in idxs in order to get the position in the tree. To do this we must ensure that there are at least two bits, i.e. the value must be larger than 1.
Expected behavior
For merkle tree index we unset the most significant bit of an encoded index in idxs in order to get the position in the tree. To do this we must ensure that there are at least two bits, i.e. the value must be larger than 1.
Actual behavior
idx[0]
was checked for equality to0
Steps to reproduce
Check recover message logic verify hook
Which version(s) does this affect? (Environment, OS, etc...)
6.0.0
The text was updated successfully, but these errors were encountered: