Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
Fixes a collision between cosmos#72 and cosmos#57
  • Loading branch information
webmaster128 committed Feb 1, 2022
1 parent 00a9d52 commit fd2ba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/proofs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const smtSpec: ics23.IProofSpec = {
minPrefixLength: 1,
maxPrefixLength: 1,
emptyChild: new Uint8Array(32),
hash: ics23.HashOp.SHA256
hash: ics23.HashOp.SHA256,
},
maxDepth: 256,
};
Expand Down

0 comments on commit fd2ba74

Please sign in to comment.