Browse Source

Test

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

2
iguana/exchanges/mm.c

@ -120,6 +120,8 @@ int main(int argc, const char * argv[])
privkey.bytes[0] = 0x0e;
privkey.bytes[1] = 0x5b;
privkey.bytes[2] = 0xf9;
privkey.bytes[3] = 0xc6;
privkey.bytes[4] = 0x06;
bitcoin_priv2wiflong(0xab,wifstr,privkey,0x36);
if ( wifstr[2] == 'x' && wifstr[4] == 'H' && wifstr[5] == 'u' && wifstr[6] == 's' )//&& wifstr[3] == 'x' )
{

Loading…
Cancel
Save