Shell: typo in P2P identity proof-of-work
This commit is contained in:
parent
2d61ded08b
commit
ebcc63aefb
@ -37,7 +37,7 @@ let compare_target hash target =
|
||||
let rec check offset = function
|
||||
| [] -> true
|
||||
| x :: xs ->
|
||||
Compare.Uint64.(EndianString.BigEndian.get_int64 hash offset < x)
|
||||
Compare.Uint64.(EndianString.BigEndian.get_int64 hash offset <= x)
|
||||
&& check (offset + 8) xs in
|
||||
check 0 target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user