Browse Source

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

addresses to be incorrectly displayed as type-1.
master
samr7 12 years ago
parent
commit
d50e81a149
  1. 1
      oclvanitygen.c

1
oclvanitygen.c

@ -329,6 +329,7 @@ main(int argc, char **argv) @@ -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;

Loading…
Cancel
Save