make POWChallenge clonable

This commit is contained in:
b1ek 2023-08-01 14:32:13 +10:00
parent 8f90784b3e
commit f8c79609bb
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ impl POWRange {
}
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct POWChallenge {
hash: [u8; 32],
range: POWRange