1
0
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:
samr7 2011-07-27 18:23:28 -07:00
parent 30f3787471
commit f2de8f73d8
2 changed files with 2 additions and 0 deletions

View File

@ -1617,6 +1617,7 @@ main(int argc, char **argv)
break;
case 'N':
addrtype = 52;
privtype = 180;
break;
case 'T':
addrtype = 111;

View File

@ -492,6 +492,7 @@ main(int argc, char **argv)
break;
case 'N':
addrtype = 52;
privtype = 180;
break;
case 'T':
addrtype = 111;