-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor warning and error grammar and typo fixes #1281
Conversation
@@ -699,7 +699,7 @@ impl ParseUpstreamMiningMessages<Downstream, NullDownstreamMiningSelector, NoRou | |||
&mut self, | |||
_: roles_logic_sv2::mining_sv2::SetNewPrevHash, | |||
) -> Result<roles_logic_sv2::handlers::mining::SendTo<Downstream>, RolesLogicError> { | |||
warn!("SNPH received from upstream, proxy ignore it, and use the one declared by JOB DECLARATOR"); | |||
warn!("SNPH received from upstream, proxy ignored it, and used the one declared by JDC"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Someone needs to double check if it's JDC. JD seemed a bit generic, I tried to specify it.
Bencher Report
Click to view all benchmark results
|
Bencher Report
🚨 3 Alerts
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1281 +/- ##
=======================================
Coverage 19.30% 19.30%
=======================================
Files 164 164
Lines 10849 10849
=======================================
Hits 2094 2094
Misses 8755 8755
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
motivated by #1280
good to have, but doesn't close the #1280 yet