Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jul 9, 2024
1 parent 7712368 commit 69d493b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encoding/test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func main() {
//readpoints()
}

/*
func readpoints() {
kzgConfig := &kzg.KzgConfig{
G1Path: "../../inabox/resources/kzg/g1.point",
Expand All @@ -47,6 +48,7 @@ func readpoints() {
fmt.Println("start with gen")
}
}
*/

func TestKzgRs() {
numSymbols := 1024
Expand Down

0 comments on commit 69d493b

Please sign in to comment.