Skip to content

Commit

Permalink
quell linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Aug 29, 2023
1 parent f715a42 commit a93d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ func leafToComms(poly []Fr, val []byte) error {
return nil
}

func (n *LeafNode) GetProofItems(keys keylist, resolver NodeResolverFn) (*ProofElements, []byte, [][]byte, error) {
func (n *LeafNode) GetProofItems(keys keylist, _ NodeResolverFn) (*ProofElements, []byte, [][]byte, error) {
var (
poly [NodeWidth]Fr // top-level polynomial
pe = &ProofElements{
Expand Down

0 comments on commit a93d68f

Please sign in to comment.