feat(wallet): add LoadParams::two_path_descriptor method#418
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #418 +/- ##
==========================================
+ Coverage 80.04% 80.08% +0.04%
==========================================
Files 24 24
Lines 5336 5347 +11
Branches 242 242
==========================================
+ Hits 4271 4282 +11
Misses 987 987
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0cc326e to
dbb87b2
Compare
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
dbb87b2 to
c4dbe42
Compare
Thanks for the review. I've used the "two_path" instead of "multipath" as I see other constructors are named in that way, like |
|
Here's the prior context on the naming decision for what it's worth #275 (comment)
|
Description
Added
LoadParams::two_path_descriptorto validate that both the external and internal wallet descriptors match an expected two-path descriptor during load.Changelog notice
LoadParams::two_path_descriptormethodChecklists
All Submissions:
just pbefore pushingNew Features: