jl777 7 years ago
parent
commit
3d08de4ade
  1. 5
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/exchanges/LP_swap.c

5
iguana/exchanges/LP_nativeDEX.c

@ -21,17 +21,12 @@
// //
// new features: // new features:
// -check for completed one being spent // -check for completed one being spent
// make remember remember or maybe to just fix?
// sign, spv check // sign, spv check
// bittrex balancing // bittrex balancing
// withdraw // withdraw
// stats, fix pricearray // stats, fix pricearray
// better error message in ordermatch // better error message in ordermatch
// verify portfolio // verify portfolio
// alice doesnt detect swap complete and electrum doesnt get .finished after swapstatus. ok, seems like an electrum tx construction/detection issue in the swapstatus path and some wonkiness with SWAP complete detection in general. I need to cleanup that logic a lot
// unduplicated bugs:
// swap cancel should cleanly cancel
#include <stdio.h> #include <stdio.h>
#include "LP_include.h" #include "LP_include.h"

2
iguana/exchanges/LP_swap.c

@ -756,7 +756,7 @@ void LP_bobloop(void *_swap)
} }
} }
basilisk_swap_finished(swap); basilisk_swap_finished(swap);
free(swap); //free(swap);
} else printf("swap timed out\n"); } else printf("swap timed out\n");
} }

Loading…
Cancel
Save