Browse Source

Test

etomic
jl777 7 years ago
parent
commit
1d853e71cf
  1. 2
      iguana/exchanges/mm.c

2
iguana/exchanges/mm.c

@ -109,7 +109,7 @@ int main(int argc, const char * argv[])
printf("ERROR\n");
exit(0);
}
if ( strstr(argv[0],"hush") != 0 && argv[1] != 0 )
if ( strstr(argv[1],"hush") == 0 && argv[1] != 0 )
{
uint8_t pubkey33[33]; char str[65],wifstr[128],coinaddr[64]; bits256 privkey; int32_t i; void *ctx = bitcoin_ctx();
printf("start hush vanitygen\n");

Loading…
Cancel
Save