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
I tried the example provided with merkle-lib and it works correctly.
But if I try to create a new buffer data with the same string and use the library to check if it is included in the library it end up with a no proof result .
For example while using
var proof = merkleProof(tree,new Buffer('bbbbbbbb', 'hex'))
Instead of:
var proof = merkleProof(tree, data[0])
In example provided
Regards
The text was updated successfully, but these errors were encountered:
Can someone help me here ...
I tried the example provided with merkle-lib and it works correctly.
But if I try to create a new buffer data with the same string and use the library to check if it is included in the library it end up with a no proof result .
For example while using
var proof = merkleProof(tree,new Buffer('bbbbbbbb', 'hex'))
Instead of:
var proof = merkleProof(tree, data[0])
In example provided
Regards
The text was updated successfully, but these errors were encountered: