Fix loop condition in the key derivation unit test#213
Fix loop condition in the key derivation unit test#213arobsn merged 1 commit intofleet-sdk:masterfrom
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #213 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 99 99
Lines 3307 3307
Branches 806 806
=========================================
Hits 3307 3307 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@fleet-sdk/blockchain-providers
@fleet-sdk/common
@fleet-sdk/compiler
@fleet-sdk/core
@fleet-sdk/crypto
@fleet-sdk/mock-chain
@fleet-sdk/serializer
@fleet-sdk/wallet
@fleet-sdk/ageusd-plugin
@fleet-sdk/babel-fees-plugin
commit: |
arobsn
left a comment
There was a problem hiding this comment.
Good catch, thanks for your PR.
Fixed a bug in the key derivation unit test where incorrect loop condition prevented proper validation of all derived addresses from mnemonics.