Skip to content

Commit b242b66

Browse files
committed
fix: typo
1 parent 0be18b0 commit b242b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dict/generateMerkleProof.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function doGenerateMerkleProof(
2424
const originalCell = slice.asCell();
2525

2626
if (keys.length == 0) {
27-
// no keys to proof, prune the whole subdict
27+
// no keys to prove, prune the whole subdict
2828
return convertToPrunedBranch(originalCell);
2929
}
3030

0 commit comments

Comments
 (0)