From b3ff9adb3dfbf1e4849ba72c2f34f0e1bd92b11f Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 23 Feb 2016 06:21:58 -0300 Subject: [PATCH] test --- iguana/iguana_instantdex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_instantdex.c b/iguana/iguana_instantdex.c index f998855ae..a01990604 100755 --- a/iguana/iguana_instantdex.c +++ b/iguana/iguana_instantdex.c @@ -952,7 +952,7 @@ char *instantdex_gotoffer(struct supernet_info *myinfo,struct exchange_info *exc if ( myap->offer.expiration < (time(NULL) + INSTANTDEX_DURATION) || otherap->offer.expiration < (time(NULL) + INSTANTDEX_DURATION) ) return(clonestr("{\"error\":\"instantdex_BTCswap offer too close to expiration\"}")); isbob = myap->offer.myside; - swap = bitcoin_swapinit(myinfo,exchange,myap,otherap,0,argjson,isbob != 0 ? "BOB_sentoffer" : "ALICE_sentoffer"); + swap = bitcoin_swapinit(myinfo,exchange,myap,otherap,0,argjson,isbob != 0 ? "BOB_gottoffer" : "ALICE_gottoffer"); if ( (newjson= instantdex_parseargjson(myinfo,exchange,swap,argjson,1)) == 0 ) { printf("error parsing argjson\n");