albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
640 stars 349 forks source link

[BUG] Logical error in client handler (typo) #255

Closed shude closed 10 months ago

shude commented 1 year ago

Hi, today catch an error in BSGSD

client_handler function;

/* there is a place of the error, second token index must be a 2 */
if(!(isValidHex(t.tokens[1]) && isValidHex(t.tokens[1])))   {
...
}
albertobsd commented 10 months ago

Thank you