Expose contents of DiversifierIndex

This commit is contained in:
Jack Grigg 2018-08-03 13:22:50 +01:00
parent a4e86be665
commit ac8b27a5ba
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 1 additions and 1 deletions

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 {