On Thu May 30 14:57:54 2024 +0000, Connor McAdams wrote:
I remember at some point I deep dived into how this worked and was also confused by the usage of min here. I _think_ if block_height was 0 it might be necessary? But AFAICT, block height is always set to at least 1.
actually I take that back, that would only make sense if it was `max()`. I can't figure out what use the `min()` here serves.