Skip to content

Commit

Permalink
Merge pull request #345 from jhkimqd/jhilliard-ulxly
Browse files Browse the repository at this point in the history
chore: fix breaking lint and remove gen-ulxly-go-bindings
  • Loading branch information
jhkimqd authored Aug 14, 2024
2 parents 7d4aebd + 75c6707 commit ab8b4c2
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 @@ -592,6 +592,7 @@ func (s *IMT) GetRoot(depositNum uint32) common.Hash {
// GetProof will return an object containing the proof data necessary for verification
func (s *IMT) GetProof(depositNum uint32) Proof {
node := common.Hash{}
// nolint:staticcheck // SA4006 ignore this!
sibling := common.Hash{}
size := depositNum + 1
currentZeroHashHeight := 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 gen-ulxly-go-bindings ## Generate go bindings.
gen-go-bindings: build gen-funder-go-bindings gen-tester-go-bindings gen-tokens-go-bindings ## Generate go bindings.

0 comments on commit ab8b4c2

Please sign in to comment.