mirror of
https://github.com/GOSTSec/vanitygen
synced 2025-02-07 12:24:20 +00:00
Use private key type 180 for namecoin private keys, as pointed out by
jackjack-jj.
This commit is contained in:
parent
30f3787471
commit
f2de8f73d8
@ -1617,6 +1617,7 @@ main(int argc, char **argv)
|
||||
break;
|
||||
case 'N':
|
||||
addrtype = 52;
|
||||
privtype = 180;
|
||||
break;
|
||||
case 'T':
|
||||
addrtype = 111;
|
||||
|
@ -492,6 +492,7 @@ main(int argc, char **argv)
|
||||
break;
|
||||
case 'N':
|
||||
addrtype = 52;
|
||||
privtype = 180;
|
||||
break;
|
||||
case 'T':
|
||||
addrtype = 111;
|
||||
|
Loading…
x
Reference in New Issue
Block a user