Skip to content

Commit 4365b0e

Browse files
committed
Merge #862: fix(key_map): it's not a type alias anymore
c548227 fix(key_map): it's not a type alias anymore (Leonardo Lima) Pull request description: ACKs for top commit: tcharding: ACK c548227 apoelstra: ACK c548227; successfully ran local tests Tree-SHA512: 9dbf90a4965f0219b1ff52d11c92be9bd18d94ac752eed7ffc94904d5d466cadab9d230ed196933449f017a2d4cc805250baea8653c568d87adb2af3623bafb4
2 parents 47d421a + c548227 commit 4365b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/descriptor/key_map.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ use super::Descriptor;
1313
use super::{DescriptorKeyParseError, DescriptorPublicKey, DescriptorSecretKey};
1414
use crate::prelude::{btree_map, BTreeMap};
1515

16-
/// Alias type for a map of public key to secret key.
16+
/// A structure mapping [`DescriptorPublicKey`] to [`DescriptorSecretKey`].
1717
///
18-
/// This map is returned whenever a descriptor that contains secrets is parsed using
18+
/// It's returned whenever a descriptor that contains secrets is parsed using
1919
/// [`Descriptor::parse_descriptor`], since the descriptor will always only contain
2020
/// public keys. This map allows looking up the corresponding secret key given a
2121
/// public key from the descriptor.

0 commit comments

Comments
 (0)