Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 12, 2023
1 parent 9563204 commit daa1c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/encoding/kzgEncoder/multiframe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestUniversalVerify(t *testing.T) {
sample := kzgRs.Sample{
Commitment: *commit,
Proof: f.Proof,
Row: z,
RowIndex: z,
Coeffs: f.Coeffs,
X: uint(i),
}
Expand Down

0 comments on commit daa1c17

Please sign in to comment.