From ac8b27a5ba3f5ee52a48f761422d2a758d423271 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Fri, 3 Aug 2018 13:22:50 +0100 Subject: [PATCH] Expose contents of DiversifierIndex --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4e0b25e..b89576f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 {