Browse Source

Fix

pass-iguana-arg
jl777 7 years ago
parent
commit
a6fd1efddd
  1. 2
      iguana/exchanges/LP_include.h
  2. 1
      iguana/exchanges/LP_ordermatch.c

2
iguana/exchanges/LP_include.h

@ -311,7 +311,7 @@ struct iguana_info
// portfolio
double price_kmd,force,perc,goal,goalperc,relvolume,rate;
void *electrum; void *ctx;
uint64_t maxamount,kmd_equiv,balanceA,balanceB,valuesumA,valuesumB;
uint64_t maxamount,kmd_equiv,balanceA,balanceB,valuesumA,valuesumB,fillsatoshis;
uint8_t pubkey33[33],zcash;
int32_t privkeydepth,bobfillheight;
void *curl_handle; portable_mutex_t curl_mutex;

1
iguana/exchanges/LP_ordermatch.c

@ -1175,6 +1175,7 @@ printf("bob %s received REQUEST.(%s) mpnet.%d fill.%d gtc.%d\n",bits256_str(str,
{
printf("autofill created %s\n",txidstr);
free(txidstr);
coin->fillsatoshis = satoshis;
coin->bobfillheight = LP_getheight(&notarized,coin);
}
}

Loading…
Cancel
Save