We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b2659 commit b827c26Copy full SHA for b827c26
src/descriptor/mod.rs
@@ -91,7 +91,6 @@ pub trait DescriptorTrait<Pk: MiniscriptKey> {
91
/// Some descriptors like pk() don't have any address.
92
/// Errors:
93
/// - On raw/bare descriptors that don't have any address
94
- /// - In Tr descriptors where the precomputed spend data is not available
95
fn address(&self, network: bitcoin::Network) -> Result<bitcoin::Address, Error>
96
where
97
Pk: ToPublicKey;
0 commit comments