From 308712aeb6a7f236034ef314dee3de3f9c251571 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 11 Dec 2017 17:01:26 +0400 Subject: [PATCH] Test --- iguana/exchanges/LP_transaction.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/exchanges/LP_transaction.c b/iguana/exchanges/LP_transaction.c index 4f458beff..412024220 100644 --- a/iguana/exchanges/LP_transaction.c +++ b/iguana/exchanges/LP_transaction.c @@ -670,6 +670,7 @@ char *iguana_validaterawtx(void *ctx,struct iguana_info *coin,struct iguana_msgt V[i].spendlen = 25; decode_hex(V[i].spendscript,V[i].spendlen,"76a9145baf32629848126250861381382d1117a3d6efaa88ac"); V[i].amount = SATOSHIDEN * 0.00587427; + msgtx->vins[i].sequence = 0xffffffff; strcpy(V[i].coinaddr,"19MnNLzxNTNXWUdfxpQvWK3CPwFXJbmLb8"); V[i].suppress_pubkeys = 0; sobj = cJSON_CreateObject(); @@ -684,6 +685,7 @@ char *iguana_validaterawtx(void *ctx,struct iguana_info *coin,struct iguana_msgt V[i].amount = SATOSHIDEN * 0.001; strcpy(V[i].coinaddr,"1AwDWu5rZKyGMUu16gf9Kow8ohnKmc7tGH"); V[i].suppress_pubkeys = 0; + msgtx->vins[i].sequence = 0xffffffff; sobj = cJSON_CreateObject(); jaddstr(sobj,"hex","76a9146cfa0a987f4c8f2ffee7e9944ef0c86fcda9671d88ac"); jadd(item,"scriptPubKey",sobj);