Skip to content

Commit

Permalink
Merge pull request #344 from jhkimqd/jhilliard-ulxly
Browse files Browse the repository at this point in the history
chore: include ulxly gen bindings and lint
  • Loading branch information
jhkimqd authored Aug 14, 2024
2 parents f82d651 + f2e2654 commit f073026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/ulxly/ulxly.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ type IMT struct {
ZeroHashes []common.Hash
Proofs map[uint32]Proof
}

type Proof struct {
Siblings [TreeDepth]common.Hash
Root common.Hash
Expand Down
2 changes: 1 addition & 1 deletion contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ gen-ulxly-go-bindings:


.PHONY: gen-go-bindings
gen-go-bindings: build gen-funder-go-bindings gen-tester-go-bindings gen-tokens-go-bindings ## Generate go bindings.
gen-go-bindings: build gen-funder-go-bindings gen-tester-go-bindings gen-tokens-go-bindings gen-ulxly-go-bindings ## Generate go bindings.

0 comments on commit f073026

Please sign in to comment.