Skip to content

zcash_client_backend: Fix tor::Client::create argument #1703

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

Merged
merged 2 commits into from
Feb 11, 2025

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Feb 11, 2025

The optional closure was requiring a type annotation when using None, which would create a more complex API than just passing an empty closure.

The optional closure was requiring a type annotation when using `None`,
which would create a more complex API than just passing an empty
closure.
nuttycom
nuttycom previously approved these changes Feb 11, 2025
Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK b9fcefd

Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-utACK 54c49a5

@nuttycom nuttycom merged commit a87e236 into main Feb 11, 2025
33 checks passed
@nuttycom nuttycom deleted the zcb-fix-tor-create branch February 11, 2025 22:35
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.36%. Comparing base (f339981) to head (54c49a5).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
zcash_client_backend/src/tor.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1703      +/-   ##
==========================================
- Coverage   54.39%   54.36%   -0.04%     
==========================================
  Files         174      175       +1     
  Lines       20313    20325      +12     
==========================================
  Hits        11050    11050              
- Misses       9263     9275      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants