make POWChallenge properties public
This commit is contained in:
parent
e08f890ace
commit
7bd4d69f5d
|
@ -17,8 +17,8 @@ impl POWRange {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct POWChallenge {
|
||||
hash: [u8; 32],
|
||||
range: POWRange
|
||||
pub hash: [u8; 32],
|
||||
pub range: POWRange
|
||||
}
|
||||
|
||||
impl POWChallenge {
|
||||
|
|
Loading…
Reference in New Issue