Merge rust-bitcoin/rust-bitcoin#698: util/address: remove unused generic type
8b1dbf5c9f
util/address: remove unused generic type (Marko Bencun) Pull request description: ACKs for top commit: sanket1729: utACK8b1dbf5c9f
Tree-SHA512: 7a3d38d75d2fd8658453562e1b879dd5576a404e2fdbd9ff4bd297146041e53961c9d9835180312a81164b882f1b5aa2622d3d58a421363c0fcbb158ba23ee46
This commit is contained in:
commit
5aabd6371e
|
@ -532,7 +532,7 @@ impl Address {
|
||||||
/// Create a pay to taproot address from a pre-tweaked output key.
|
/// 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.
|
/// 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,
|
output_key: TweakedPublicKey,
|
||||||
network: Network
|
network: Network
|
||||||
) -> Address {
|
) -> Address {
|
||||||
|
|
Loading…
Reference in New Issue