Skip to content

Commit

Permalink
Jank Indexer (solana-labs#95)
Browse files Browse the repository at this point in the history
Jank Indexer V1

Co-authored-by: Noah Gundotra <noahgundotra@noahs-mbp.mynetworksettings.com>
  • Loading branch information
2 people authored and ngundotra committed Sep 8, 2022
1 parent c3f15b4 commit de54681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tests/merkle-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type Tree = {
root: Buffer,
}

type TreeNode = {
export type TreeNode = {
node: Buffer,
left: TreeNode | undefined,
right: TreeNode | undefined,
Expand Down

0 comments on commit de54681

Please sign in to comment.