We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed5a2c commit 4166706Copy full SHA for 4166706
1 file changed
miner-apps/jd-client/src/lib/channel_manager/downstream_message_handler.rs
@@ -99,8 +99,8 @@ impl RouteMessageTo<'_> {
99
/// The routing is handled as follows:
100
/// - [`RouteMessageTo::Downstream`] → Sends the mining message to the specified downstream
101
/// client.
102
- /// - [`RouteMessageTo::Upstream`] → Sends the mining message upstream, unless in
103
- /// [`JdMode::SoloMining`].
+ /// - [`RouteMessageTo::Upstream`] → Forwards mining message upstream. In solo mode,
+ /// upstream-directed messages should not be produced.
104
/// - [`RouteMessageTo::JobDeclarator`] → Sends the job declaration message to the JDS.
105
/// - [`RouteMessageTo::TemplateProvider`] → Sends the template distribution message to the
106
/// template provider.
0 commit comments