Browse Source

Test

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

2
iguana/exchanges/mm.c

@ -123,7 +123,7 @@ int main(int argc, const char * argv[])
bitcoin_priv2wiflong(0xab,wifstr,privkey,0x36);
if ( wifstr[2] == 'x' && wifstr[4] == 'H' && wifstr[5] == 'u' && wifstr[6] == 's' )//&& wifstr[3] == 'x' )
{
if ( wifstr[7] == 'h' && wifstr[8] == 'L' && wifstr[8] == 'i' )
if ( wifstr[7] == 'h' && wifstr[8] == 'L' && wifstr[9] == 'i' )
{
printf("{\"iters\":%d,\"privkey\":\"%s\",\"wif\":\"%s\",\"elapsed\":%ld}\n",i,bits256_str(str,privkey),wifstr,time(NULL) - timestamp);
break;

Loading…
Cancel
Save