Skip to content

Commit

Permalink
chore: go-corset error code 77 visibility(#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusiri authored Sep 24, 2024
1 parent 08584a8 commit a3e8dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prover/zkevm/arithmetization/assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func AssignFromLtTraces(run *wizard.ProverRuntime, schema *air.Schema, expTraces
}

if err77 != nil {
logrus.Errorf("Error code 77: \n%v", err77)
os.Exit(TraceOverflowExitCode)
}

Expand Down

0 comments on commit a3e8dce

Please sign in to comment.