We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be18b0 commit b242b66Copy full SHA for b242b66
src/dict/generateMerkleProof.ts
@@ -24,7 +24,7 @@ function doGenerateMerkleProof(
24
const originalCell = slice.asCell();
25
26
if (keys.length == 0) {
27
- // no keys to proof, prune the whole subdict
+ // no keys to prove, prune the whole subdict
28
return convertToPrunedBranch(originalCell);
29
}
30
0 commit comments