Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: max_note_len computation (#10438)
We were simply adding all note lengths instead of finding the largest one, resulting in an unncessarily large array. I couldn't think of a simple and robust way to write a test for this so I just didn't, but I did check manually that it does what you'd expect.
- Loading branch information