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 problem is that to create a Full node, the hashes need to come in a very particular shape. For example, to create a Full root node, the hash data needs to cover all 32 (maxChildren) combinations for the lowest 5 (bitsPerSubkey) bits. I believe the current test input generators will very rarely produce such data if at all.
The text was updated successfully, but these errors were encountered:
The problem is that to create a
Full
node, the hashes need to come in a very particular shape. For example, to create aFull
root node, the hash data needs to cover all 32 (maxChildren
) combinations for the lowest 5 (bitsPerSubkey
) bits. I believe the current test input generators will very rarely produce such data if at all.The text was updated successfully, but these errors were encountered: