-
Notifications
You must be signed in to change notification settings - Fork 79
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
cli: fix skip-blocks-uploading
mode
#3686
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3686 +/- ##
==========================================
+ Coverage 83.04% 83.06% +0.02%
==========================================
Files 334 334
Lines 46613 46629 +16
==========================================
+ Hits 38708 38733 +25
+ Misses 6333 6317 -16
- Partials 1572 1579 +7 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
If uploadBlocks succeeded uploadIndexFiles should work based on the currentBlockHeight. Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
a13079a
to
5f6284d
Compare
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.
Nice and simple.
If uploadBlocks succeeded uploadIndexFiles should work based on the current block height.