Skip to content

Commit eac9636

Browse files
committed
Don't report number of errors on the API call
1 parent 96066e6 commit eac9636

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

data/transactions/logic/assembler.go

-3
Original file line numberDiff line numberDiff line change
@@ -2130,9 +2130,6 @@ func (ops *OpStream) ReportProblems(fname string, writer io.Writer) {
21302130
fmt.Fprintf(writer, "%s: %s\n", fname, w)
21312131
}
21322132
}
2133-
if fname == "" {
2134-
fmt.Fprintf(writer, "%d errors", len(ops.Errors))
2135-
}
21362133
}
21372134

21382135
// AssembleString takes an entire program in a string and assembles it to bytecode using AssemblerDefaultVersion

0 commit comments

Comments
 (0)