Skip to content

Commit 76c9695

Browse files
authored
docs: remove null reference (#61)
1 parent 0c1066d commit 76c9695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/components/Docs/codeSnippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GET https://lanyard.org/api/v1/tree?root={root}
3333
3434
// in general you can ignore the two following fields
3535
"leafTypeDescriptor": null, // or an array of solidity types
36-
"packedEncoding": null // or a boolean value
36+
"packedEncoding": true // a boolean value
3737
}
3838
`.trim()
3939

0 commit comments

Comments
 (0)