1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 04:14:15 +00:00

Fix bug in oclvanitygen that would cause namecoin/testnet/Xcoin

addresses to be incorrectly displayed as type-1.
This commit is contained in:
samr7 2012-08-17 15:47:25 -07:00
parent 2f6353b0d4
commit d50e81a149

View File

@ -329,6 +329,7 @@ main(int argc, char **argv)
vcp->vc_verbose = verbose;
vcp->vc_result_file = result_file;
vcp->vc_remove_on_match = remove_on_match;
vcp->vc_pubkeytype = addrtype;
vcp->vc_pubkey_base = pubkey_base;
vcp->vc_output_match = vg_output_match_console;