Browse Source

Test

etomic
jl777 7 years ago
parent
commit
f440fdd68b
  1. 1
      iguana/exchanges/LP_swap.c

1
iguana/exchanges/LP_swap.c

@ -718,6 +718,7 @@ void LP_aliceloop(void *_swap)
if ( swap != 0 )
{
fprintf(stderr,"start swap iamalice pair.%d\n",swap->N.pair);
sleep(10);
if ( LP_sendwait("pubkeys",60,swap->N.pair,swap,data,maxlen,LP_pubkeys_verify,LP_pubkeys_data) < 0 )
printf("error LP_sendwait pubkeys\n");
else if ( LP_sendwait("choosei",LP_SWAPSTEP_TIMEOUT,swap->N.pair,swap,data,maxlen,LP_choosei_verify,LP_choosei_data) < 0 )

Loading…
Cancel
Save