I was just going through the Python code for the host. Found this line: https://github.com/min-protocol/min/blob/9e87a791edb3757bee514672e98c3cbcd78f56a1/host/min.py#L557-L558 `self._sn_max - self._sn_max` will always be zero and the `if` condition will always evaluate to `False`.
I was just going through the Python code for the host. Found this line:
min/host/min.py
Lines 557 to 558 in 9e87a79
self._sn_max - self._sn_maxwill always be zero and theifcondition will always evaluate toFalse.