The descriptor currently supports only WPKH and SHWPKH:
|
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.