ClientState
: replace frozen_height()
and is_frozen()
with confirm_not_frozen()
#545
Labels
O: code-hygiene
Objective: aims to improve code hygiene
O: usability
Objective: aims to enhance user experience (UX) and streamline product usability
frozen_height()
andis_frozen()
together really serve one purpose: letting the core handlers know if the the client is frozen. We should replace it instead with just one method that does just that:The text was updated successfully, but these errors were encountered: