Merge pull request #6379 from nymtech/release/2026.2-oscypek

Merge oscypek to develop
This commit is contained in:
benedetta davico
2026-01-27 16:11:17 +01:00
committed by GitHub
2 changed files with 83 additions and 1 deletions
@@ -497,7 +497,7 @@ impl<R, S> FreshHandler<R, S> {
Err(incompatible_err)
} else {
debug!("the client is using exactly the same (or older) protocol version as we are. We're good to continue!");
Ok(CURRENT_PROTOCOL_VERSION)
Ok(client_protocol_version)
}
}