mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Expose contents of DiversifierIndex
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user