-
Notifications
You must be signed in to change notification settings - Fork 252
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
zcash_client_sqlite: Fix bad WalletTest
import that breaks downstream builds.
#1542
Conversation
WalletTest
import that breaks downstre…WalletTest
import that breaks downstream builds.
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.
utACK
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.
NACK, this will conflict with #1543, where I (believe I) also fixed this.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1542 +/- ##
=======================================
Coverage 60.51% 60.51%
=======================================
Files 147 147
Lines 17313 17313
=======================================
Hits 10477 10477
Misses 6836 6836 ☔ View full report in Codecov by Sentry. |
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.
ACK 176c0cb. I think this should not conflict with #1543 as they do happen to be identical on the relevant lines, and this PR was an undeclared dependency of https://github.com/Electric-Coin-Company/zec-sqlite-cli/pull/46 so we need this commit to end up in main
.
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.
Post-hoc ACK 176c0cb
No description provided.