diff --git a/cmd/ulxly/ulxly.go b/cmd/ulxly/ulxly.go index 53451250..06efa836 100644 --- a/cmd/ulxly/ulxly.go +++ b/cmd/ulxly/ulxly.go @@ -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{} diff --git a/contracts/Makefile b/contracts/Makefile index b551322b..ba171add 100644 --- a/contracts/Makefile +++ b/contracts/Makefile @@ -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.