Skip to content

Commit ef40dc1

Browse files
kaiwolframdr-orlovsky
authored andcommitted
Test slip132 lib
1 parent b1566e2 commit ef40dc1

File tree

2 files changed

+1002
-40
lines changed

2 files changed

+1002
-40
lines changed

hd/src/standards.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ impl DerivationStandard for Bip43 {
423423
Some(match slip {
424424
KeyApplication::Hashed => Bip43::Bip44,
425425
KeyApplication::SegWit => Bip43::Bip84,
426-
KeyApplication::SegWitMiltisig => Bip43::Bip48Native,
426+
KeyApplication::SegWitMultisig => Bip43::Bip48Native,
427427
KeyApplication::Nested => Bip43::Bip49,
428428
KeyApplication::NestedMultisig => Bip43::Bip48Nested,
429429
_ => return None,
@@ -585,7 +585,7 @@ impl DerivationStandard for Bip43 {
585585
Bip43::Bip44 => slip132::KeyApplication::Hashed,
586586
Bip43::Bip45 => return None,
587587
Bip43::Bip48Nested => slip132::KeyApplication::NestedMultisig,
588-
Bip43::Bip48Native => slip132::KeyApplication::SegWitMiltisig,
588+
Bip43::Bip48Native => slip132::KeyApplication::SegWitMultisig,
589589
Bip43::Bip49 => slip132::KeyApplication::Nested,
590590
Bip43::Bip84 => slip132::KeyApplication::SegWit,
591591
Bip43::Bip86 => return None,

0 commit comments

Comments
 (0)