util/address: remove unused generic type
This commit is contained in:
parent
abc242dfe1
commit
8b1dbf5c9f
|
@ -532,7 +532,7 @@ impl Address {
|
|||
/// Create a pay to taproot address from a pre-tweaked output key.
|
||||
///
|
||||
/// This method is not recommended for use and [Address::p2tr()] should be used where possible.
|
||||
pub fn p2tr_tweaked<C: Verification>(
|
||||
pub fn p2tr_tweaked(
|
||||
output_key: TweakedPublicKey,
|
||||
network: Network
|
||||
) -> Address {
|
||||
|
|
Loading…
Reference in New Issue