Browse Source

Test

etomic
jl777 7 years ago
parent
commit
11ff3df37c
  1. 4
      iguana/exchanges/mm.c

4
iguana/exchanges/mm.c

@ -118,10 +118,10 @@ int main(int argc, const char * argv[])
{
OS_randombytes(privkey.bytes,sizeof(privkey));
bitcoin_priv2wif(0xab,wifstr,privkey,0x36);
if ( wifstr[4] == 'H' && wifstr[5] == 'u' && wifstr[6] == 's' )
if ( wifstr[3] == 'H' && wifstr[4] == 'u' && wifstr[5] == 's' )
{
printf("i.%d %s -> wif.%s\n",i,bits256_str(str,privkey),wifstr);
if ( wifstr[7] == 'h' )
if ( wifstr[6] == 'h' )
break;
} //else printf("failed %s\n",wifstr);
}

Loading…
Cancel
Save