Browse Source

Test

etomic
jl777 8 years ago
parent
commit
58bbd9396b
  1. 3
      iguana/exchanges/LP_utxos.c

3
iguana/exchanges/LP_utxos.c

@ -745,7 +745,8 @@ bits256 LP_privkeycalc(void *ctx,uint8_t *pubkey33,bits256 *pubkeyp,struct iguan
{
coin->counter++;
bitcoin_priv2wif(tmpstr,privkey,coin->wiftype);
LP_importprivkey(coin->symbol,tmpstr,"",0);
if ( coin->inactive == 0 )
LP_importprivkey(coin->symbol,tmpstr,"",0);
bitcoin_addr2rmd160(coin->taddr,&tmptype,rmd160,coin->smartaddr);
LP_privkeyadd(privkey,rmd160);
if ( coin->pubtype != 60 || strcmp(coin->symbol,"KMD") == 0 )

Loading…
Cancel
Save