Commit e797526 1 parent 29fde03 commit e797526 Copy full SHA for e797526
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 @@ -422,7 +422,7 @@ impl DerivationStandard for Bip43 {
422
422
Some ( match slip {
423
423
KeyApplication :: Hashed => Bip43 :: Bip44 ,
424
424
KeyApplication :: SegWit => Bip43 :: Bip84 ,
425
- KeyApplication :: SegWitMiltisig => Bip43 :: Bip48Native ,
425
+ KeyApplication :: SegWitMultisig => Bip43 :: Bip48Native ,
426
426
KeyApplication :: Nested => Bip43 :: Bip49 ,
427
427
KeyApplication :: NestedMultisig => Bip43 :: Bip48Nested ,
428
428
_ => return None ,
@@ -584,7 +584,7 @@ impl DerivationStandard for Bip43 {
584
584
Bip43 :: Bip44 => slip132:: KeyApplication :: Hashed ,
585
585
Bip43 :: Bip45 => return None ,
586
586
Bip43 :: Bip48Nested => slip132:: KeyApplication :: NestedMultisig ,
587
- Bip43 :: Bip48Native => slip132:: KeyApplication :: SegWitMiltisig ,
587
+ Bip43 :: Bip48Native => slip132:: KeyApplication :: SegWitMultisig ,
588
588
Bip43 :: Bip49 => slip132:: KeyApplication :: Nested ,
589
589
Bip43 :: Bip84 => slip132:: KeyApplication :: SegWit ,
590
590
Bip43 :: Bip86 => return None ,
You can’t perform that action at this time.
0 commit comments