mirror of
https://github.com/GOSTSec/vanitygen
synced 2025-02-07 12:24:20 +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:
parent
2f6353b0d4
commit
d50e81a149
@ -329,6 +329,7 @@ main(int argc, char **argv)
|
|||||||
vcp->vc_verbose = verbose;
|
vcp->vc_verbose = verbose;
|
||||||
vcp->vc_result_file = result_file;
|
vcp->vc_result_file = result_file;
|
||||||
vcp->vc_remove_on_match = remove_on_match;
|
vcp->vc_remove_on_match = remove_on_match;
|
||||||
|
vcp->vc_pubkeytype = addrtype;
|
||||||
vcp->vc_pubkey_base = pubkey_base;
|
vcp->vc_pubkey_base = pubkey_base;
|
||||||
|
|
||||||
vcp->vc_output_match = vg_output_match_console;
|
vcp->vc_output_match = vg_output_match_console;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user