Skip to content
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

client: Remove unnecessary progress bar update #1073

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

joncinque
Copy link

Problem

As mentioned in #358 (comment), during send_and_confirm_transactions_in_parallel, there are two immediate updates to the progress bar, making one of them unnecessary.

Summary of Changes

Remove the second one, which contains less information

Fixes #

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.1%. Comparing base (d9d52be) to head (586b55f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1073   +/-   ##
=======================================
  Coverage    82.1%    82.1%           
=======================================
  Files         868      868           
  Lines      234074   234071    -3     
=======================================
+ Hits       192373   192390   +17     
+ Misses      41701    41681   -20     

@joncinque joncinque merged commit e4ec48f into anza-xyz:master Apr 26, 2024
47 checks passed
@joncinque joncinque deleted the cliprog branch April 26, 2024 17:29
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