Browse Source

Test

patch-3
jl777 7 years ago
parent
commit
734dafe3be
  1. 2
      iguana/exchanges/LP_rpc.c
  2. 2
      iguana/exchanges/LP_signatures.c

2
iguana/exchanges/LP_rpc.c

@ -623,7 +623,7 @@ double _LP_getestimatedrate(struct iguana_info *coin)
{
if ( coin->estimatefeestr[0] == 0 )
strcpy(coin->estimatefeestr,"estimatefee");
numblocks = 2;//strcmp(coin->symbol,"BTC") == 0 ? 6 : 2;
numblocks = 4;//strcmp(coin->symbol,"BTC") == 0 ? 6 : 2;
again:
if ( coin->electrum == 0 )
{

2
iguana/exchanges/LP_signatures.c

@ -446,7 +446,7 @@ char *LP_postprice_recv(cJSON *argjson)
}
else
{
printf("sig failure\n");
printf("sig failure.(%s)\n",jprint(argjson,0));
return(clonestr("{\"error\":\"sig failure\"}"));
}
}

Loading…
Cancel
Save