From 967a28647ebd12d7fe03584d568846c76b8040f3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 5 Jun 2017 21:53:38 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_transaction.c b/iguana/exchanges/LP_transaction.c index 8a4428def..633c654ad 100644 --- a/iguana/exchanges/LP_transaction.c +++ b/iguana/exchanges/LP_transaction.c @@ -1242,7 +1242,7 @@ int32_t basilisk_bobscripts_set(struct basilisk_swap *swap,int32_t depositflag,i if ( swap->I.iambob != 0 ) { swap->bobrefund.utxovout = 0; - swap->bobrefund.utxotxid = swap->bobpayment.I.signedtxid; + swap->bobrefund.utxotxid = swap->bobdeposit.I.signedtxid; basilisk_bobdeposit_refund(swap,swap->I.putduration); } printf("bobscripts set completed\n");