pub fn client_update_required_message(
client_settlement_version: u32,
min_settlement_version: u32,
) -> StringExpand description
The upgrade instruction shown to a user whose client cannot settle correctly.
A free function rather than only a Display arm so the storer can log the
same wording it sends back, and so the client can reuse it when it
translates the rejection into a CLI error. Kept deliberately plain: the
reader is an end user staring at a failed upload, not an operator.