Skip to content

Commit

Permalink
Merge pull request cosmos#73 from confio/lint-fix
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
webmaster128 authored Feb 1, 2022
2 parents 00a9d52 + fd2ba74 commit 0254b5b
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 0254b5b

Please sign in to comment.