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