mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-06 02:29:45 +00:00
lyra2v2: change diff to 256
This commit is contained in:
parent
4a2ec5a9fd
commit
1ff8ce1afa
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ YAAMP_ALGO g_algos[] =
|
|||
{"x15", x15_hash, 1, 0, 0},
|
||||
|
||||
{"lyra2", lyra2re_hash, 0x80, 0, 0},
|
||||
{"lyra2v2", lyra2v2_hash, 0x80, 0, 0},
|
||||
{"lyra2v2", lyra2v2_hash, 0x100, 0, 0},
|
||||
|
||||
{"blake", blake_hash, 1, 0, 0},
|
||||
{"fresh", fresh_hash, 0x100, 0, 0},
|
||||
|
|
Loading…
Add table
Reference in a new issue