verifyProof probably should return false for any key if the tree is empty #343
Labels
audit 🔍
This issue is related to an audit.
bug 🐛
Something isn't working
good first issue
Good for newcomers
zk-kit/packages/smt/src/smt.ts
Line 237 in 253277c
not sure if it is as designed, but verifyProof return True for any key with an empty tree. It makes better sense if false is returned:
The text was updated successfully, but these errors were encountered: