-
Notifications
You must be signed in to change notification settings - Fork 101
fix: make getKeyChainType public #217
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
Conversation
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.
@HashEngineering looks good, however, we also need to access AuthenticationKeyChainGroup
from AuthenticationGroupExtension
somehow. This method probably also needs to be public
:
@Override
protected AnyKeyChainGroup getKeyChainGroup() {
return keyChainGroup;
}
It is now public |
3db6426
to
568a336
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.
Looks good
3613b56
to
fdc378f
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature-coinjoin #217 +/- ##
======================================================
+ Coverage 48.01% 48.30% +0.29%
- Complexity 7113 7188 +75
======================================================
Files 449 449
Lines 49378 49406 +28
Branches 7041 7040 -1
======================================================
+ Hits 23707 23866 +159
+ Misses 22923 22799 -124
+ Partials 2748 2741 -7
☔ View full report in Codecov by Sentry. |
Issue being fixed or feature implemented
make on function public
What was done?
How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only