mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-15 03:05:48 +00:00
Remove unused lifetime
This commit is contained in:
parent
ce87be1688
commit
b693e56ead
@ -238,7 +238,7 @@ pub fn is_valid_solution_iterative(
|
|||||||
return rows[0].is_zero(hash_len);
|
return rows[0].is_zero(hash_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn tree_validator<'a>(p: &Params, state: &Blake2b, indices: &[u32]) -> Option<Node> {
|
fn tree_validator(p: &Params, state: &Blake2b, indices: &[u32]) -> Option<Node> {
|
||||||
if indices.len() > 1 {
|
if indices.len() > 1 {
|
||||||
let end = indices.len();
|
let end = indices.len();
|
||||||
let mid = end / 2;
|
let mid = end / 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user