Commit ef40dc1 1 parent b1566e2 commit ef40dc1 Copy full SHA for ef40dc1
File tree 2 files changed +1002
-40
lines changed
2 files changed +1002
-40
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ impl DerivationStandard for Bip43 {
423
423
Some ( match slip {
424
424
KeyApplication :: Hashed => Bip43 :: Bip44 ,
425
425
KeyApplication :: SegWit => Bip43 :: Bip84 ,
426
- KeyApplication :: SegWitMiltisig => Bip43 :: Bip48Native ,
426
+ KeyApplication :: SegWitMultisig => Bip43 :: Bip48Native ,
427
427
KeyApplication :: Nested => Bip43 :: Bip49 ,
428
428
KeyApplication :: NestedMultisig => Bip43 :: Bip48Nested ,
429
429
_ => return None ,
@@ -585,7 +585,7 @@ impl DerivationStandard for Bip43 {
585
585
Bip43 :: Bip44 => slip132:: KeyApplication :: Hashed ,
586
586
Bip43 :: Bip45 => return None ,
587
587
Bip43 :: Bip48Nested => slip132:: KeyApplication :: NestedMultisig ,
588
- Bip43 :: Bip48Native => slip132:: KeyApplication :: SegWitMiltisig ,
588
+ Bip43 :: Bip48Native => slip132:: KeyApplication :: SegWitMultisig ,
589
589
Bip43 :: Bip49 => slip132:: KeyApplication :: Nested ,
590
590
Bip43 :: Bip84 => slip132:: KeyApplication :: SegWit ,
591
591
Bip43 :: Bip86 => return None ,
You can’t perform that action at this time.
0 commit comments