Skip to content

Commit b827c26

Browse files
committed
Remove comment about Tr descriptor
1 parent 79b2659 commit b827c26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/descriptor/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ pub trait DescriptorTrait<Pk: MiniscriptKey> {
9191
/// Some descriptors like pk() don't have any address.
9292
/// Errors:
9393
/// - On raw/bare descriptors that don't have any address
94-
/// - In Tr descriptors where the precomputed spend data is not available
9594
fn address(&self, network: bitcoin::Network) -> Result<bitcoin::Address, Error>
9695
where
9796
Pk: ToPublicKey;

0 commit comments

Comments
 (0)