From 1d853e71cf2ae6e6997cc0c3744988dfc474005a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 31 Dec 2017 15:05:44 +0700 Subject: [PATCH] Test --- iguana/exchanges/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index 344ddda96..7e0d1c344 100644 --- a/iguana/exchanges/mm.c +++ b/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");