Skip to content

Commit

Permalink
Added few check
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Feb 24, 2019
1 parent 7d74799 commit 0804f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vanity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ VanitySearch::VanitySearch(Secp256K1 &secp,string prefix,string seed,bool comp,
if(result.size()>21) {

if( !secp.CheckPudAddress(prefix) ) {
printf("Warning, impossible prefix, checksum cannot match !\n");
printf("Warning, prefix and address checksum may not match !\n");
} else {
printf("Searching full address\n");
}
Expand Down

0 comments on commit 0804f61

Please sign in to comment.