From c27a08b8c4d7ce2fa0e1c0b58a6b305443412f2e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Jun 2017 19:46:44 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_transaction.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_transaction.c b/iguana/exchanges/LP_transaction.c index 72ff0e45d..464fa16d1 100644 --- a/iguana/exchanges/LP_transaction.c +++ b/iguana/exchanges/LP_transaction.c @@ -654,6 +654,7 @@ char *basilisk_swap_bobtxspend(bits256 *signedtxidp,uint64_t txfee,char *name,ch init_hexbytes_noT(hexstr,redeemscript,redeemlen); jaddstr(item,"redeemScript",hexstr); spendlen = bitcoin_p2shspend(spendscript,0,rmd160); + printf("P2SH path\n"); } else spendlen = bitcoin_standardspend(spendscript,0,rmd160); init_hexbytes_noT(hexstr,spendscript,spendlen); jaddstr(item,"scriptPubKey",hexstr);