mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-17 08:17:55 +00:00
Fixed cppcheck error
This commit is contained in:
parent
14bbf96feb
commit
deb8d59130
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ void generate_keys(hash& pub, hash& sec)
|
|||
ge_p3_tobytes(pub.h, &point);
|
||||
}
|
||||
|
||||
// cppcheck-suppress constParameter
|
||||
void generate_keys_deterministic(hash& pub, hash& sec, const uint8_t* entropy, size_t len)
|
||||
{
|
||||
uint32_t counter = 0;
|
||||
|
|
Loading…
Reference in a new issue