Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix breaking lint and remove gen-ulxly-go-bindings #345

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

jhkimqd
Copy link
Contributor

@jhkimqd jhkimqd commented Aug 14, 2024

No description provided.

jhkimqd and others added 3 commits August 14, 2024 14:07
@jhkimqd jhkimqd merged commit ab8b4c2 into 0xPolygon:jhilliard-ulxly Aug 14, 2024
4 checks passed
@@ -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{}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think sibling := common.Hash{} should be removed as it is not used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants