Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
71f13a06b4
  1. 2
      iguana/swaps/iguana_BTCswap.c

2
iguana/swaps/iguana_BTCswap.c

@ -824,7 +824,7 @@ cJSON *BTC_checkdeckfunc(struct supernet_info *myinfo,struct exchange_info *exch
*serdatap = 0, *serdatalenp = 0; struct iguana_info *coin = iguana_coinfind("BTC");
if ( coin != 0 )
{
if ( swap->choosei >= 0 && swap->otherchoosei >= 0 )
if ( swap->choosei >= 0 )//&& swap->otherchoosei >= 0 )
jaddstr(newjson,"virtevent","gotdeck");
}
return(newjson);

Loading…
Cancel
Save