mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 20:41:22 +00:00
Make OutPoint fields pub
This commit is contained in:
@@ -21,8 +21,8 @@ const ZC_NUM_JS_OUTPUTS: usize = 2;
|
|||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct OutPoint {
|
pub struct OutPoint {
|
||||||
hash: [u8; 32],
|
pub hash: [u8; 32],
|
||||||
n: u32,
|
pub n: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl OutPoint {
|
impl OutPoint {
|
||||||
|
Reference in New Issue
Block a user