-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
The descriptor currently supports only WPKH and SHWPKH:
lwk/lwk_common/src/descriptor.rs
Lines 19 to 22 in 0924022
| let (prefix, path, suffix) = match script_variant { | |
| Singlesig::Wpkh => ("elwpkh", format!("84h/{coin_type}h/0h"), ""), | |
| Singlesig::ShWpkh => ("elsh(wpkh", format!("49h/{coin_type}h/0h"), ")"), | |
| }; |
Please add support for the taproot variant.
Metadata
Metadata
Assignees
Labels
No labels