Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed Feb 19, 2016
1 parent a97ac29 commit a0d9afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iguana/swaps/iguana_BTCswap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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);
}

Expand Down

0 comments on commit a0d9afb

Please sign in to comment.