Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CT log loading error message (#7725)
The intention here should be to initialize a slice with a capacity of len(remaining) rather than initializing the length of this slice, so that the resulting error message doesn't start with empty-string entries.
- Loading branch information