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
This function returns the node index of a peak, not index into the MMR accumulator's peak list. Luckily it's a private function in twenty-first/src/util_types/mmr/mmr_membership_proof.rs, but it should still be changed, as we use the term "peak index" to refer to the index into the peaks list.
The text was updated successfully, but these errors were encountered:
This function returns the node index of a peak, not index into the MMR accumulator's peak list. Luckily it's a private function in
twenty-first/src/util_types/mmr/mmr_membership_proof.rs
, but it should still be changed, as we use the term "peak index" to refer to the index into the peaks list.The text was updated successfully, but these errors were encountered: