mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 03:51: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)]
|
||||
pub struct OutPoint {
|
||||
hash: [u8; 32],
|
||||
n: u32,
|
||||
pub hash: [u8; 32],
|
||||
pub n: u32,
|
||||
}
|
||||
|
||||
impl OutPoint {
|
||||
|
Reference in New Issue
Block a user