From a0d9afb4ea332501d3efe9c0318285fe85919831 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 19 Feb 2016 02:46:22 -0300 Subject: [PATCH] test --- iguana/swaps/iguana_BTCswap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iguana/swaps/iguana_BTCswap.c b/iguana/swaps/iguana_BTCswap.c index ebd6ec35c..8d43947f3 100755 --- a/iguana/swaps/iguana_BTCswap.c +++ b/iguana/swaps/iguana_BTCswap.c @@ -152,7 +152,7 @@ int32_t instantdex_feetxverify(struct supernet_info *myinfo,struct iguana_info * { if ( memcmp(script,msgtx.vouts[0].pk_script,n) == 0 ) { - printf("feetx script verified\n"); + printf("feetx script verified.(%s)\n",swap->otherfeetx); } else { @@ -167,6 +167,7 @@ int32_t instantdex_feetxverify(struct supernet_info *myinfo,struct iguana_info * free_json(txobj); } printf("error converting (%s) txobj\n",swap->otherfeetx); } else printf("no feetx to verify\n"); + return(0); return(retval); }