Expose contents of DiversifierIndex

This commit is contained in:
Jack Grigg
2018-08-03 13:22:50 +01:00
parent a4e86be665
commit ac8b27a5ba

View File

@@ -278,7 +278,7 @@ impl ChildIndex {
struct ChainCode([u8; 32]);
#[derive(Clone, Copy, Debug, PartialEq)]
pub struct DiversifierIndex([u8; 11]);
pub struct DiversifierIndex(pub [u8; 11]);
impl DiversifierIndex {
fn new() -> Self {