diff --git a/iguana/swaps/iguana_BTCswap.c b/iguana/swaps/iguana_BTCswap.c index 127d6a278..c3e7fff8b 100755 --- a/iguana/swaps/iguana_BTCswap.c +++ b/iguana/swaps/iguana_BTCswap.c @@ -876,7 +876,6 @@ struct instantdex_stateinfo *BTC_initFSM(int32_t *n) // events instantdex_addevent(s,*n,,,,) *n = 2; s = instantdex_statecreate(s,n,"BTC_cleanup",BTC_cleanupfunc,0,0,0,-1); // from states without any commits - instantdex_addevent(s,*n,"BTC_cleanup","poll","poll","BTC_cleanup"); //memset(s,0,sizeof(*s) * 2); // terminal [BLOCKING] states for the corresponding transaction // if all goes well both alice and bob get to claim the other's payments