Browse Source

Test

etomic
jl777 8 years ago
parent
commit
71c6f5356c
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -310,7 +310,7 @@ cJSON *LP_autotrade(struct LP_utxoinfo *myutxo,char *base,double maxprice)
bestmetric = metric; bestmetric = metric;
} }
} }
} else printf("(%f %f) ",price,dstr(Q[i].destsatoshis)); } else printf("(%f %f) ",dstr(myutxo->satoshis),dstr(Q[i].destsatoshis));
} }
printf("metrics, best %f\n",bestmetric); printf("metrics, best %f\n",bestmetric);
if ( besti >= 0 )//&& bits256_cmp(myutxo->mypub,otherpubs[besti]) == 0 ) if ( besti >= 0 )//&& bits256_cmp(myutxo->mypub,otherpubs[besti]) == 0 )

Loading…
Cancel
Save